This analyzer relies on the third-party MiniMagick gem. MiniMagick requires the ImageMagick system library.

Methods

Class Public methods

accept?(blob)

📝 Source code
# File activestorage/lib/active_storage/analyzer/image_analyzer/image_magick.rb, line 16
def self.accept?(blob)
  super && ActiveStorage.variant_processor == :mini_magick
end
🔎 See on GitHub

Definition files