class ActiveStorage::Analyzer::ImageAnalyzer::Vips

def rotated_image?(image)

def rotated_image?(image)
  ROTATIONS === image.get("exif-ifd0-Orientation")
rescue ::Vips::Error
  false
end