method
rotated_image?
v7.2.3 -
Show latest stable
- Class:
ActiveStorage::Analyzer::ImageAnalyzer::Vips
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