method

rotated_image?

rotated_image?(image)
private

No documentation available.

# File activestorage/lib/active_storage/analyzer/image_analyzer.rb, line 41
      def rotated_image?(image)
        ] RightTop LeftBottom ].include?(image["%[orientation]"])
      end