class ActiveStorage::Analyzer::ImageAnalyzer::ImageMagick
This analyzer relies on the third-party MiniMagick gem. MiniMagick requires the ImageMagick system library.
Inherits From
Public class methods
Source code GitHub
# File activestorage/lib/active_storage/analyzer/image_analyzer/image_magick.rb, line 7
def self.accept?(blob)
super && ActiveStorage.variant_processor == :mini_magick
end