class ActiveStorage::Analyzer::ImageAnalyzer::ImageMagick

def rotated_image?(image)

def rotated_image?(image)
  %w[ RightTop LeftBottom TopRight BottomLeft ].include?(image["%[orientation]"])
end