method

rotated_image?

rails latest stable - Class: ActiveStorage::Analyzer::ImageAnalyzer::ImageMagick
rotated_image?(image)
private

No documentation available.

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