method

rotated_image?

rotated_image?(image)
private

No documentation available.

# File activestorage/lib/active_storage/analyzer/image_analyzer/vips.rb, line 41
      def rotated_image?(image)
        ROTATIONS === image.get("exif-ifd0-Orientation")
      rescue ::Vips::Error
        false
      end