class ActiveStorage::Analyzer::ImageAnalyzer
def rotated_image?(image)
def rotated_image?(image) %w[ RightTop LeftBottom ].include?(image["%[orientation]"]) end
def rotated_image?(image) %w[ RightTop LeftBottom ].include?(image["%[orientation]"]) end