rails / 7.0.0 / activestorage / analyzer / imageanalyzer / imagemagick.html /

class ActiveStorage::Analyzer::ImageAnalyzer::ImageMagick

Parent:
ActiveStorage::Analyzer::ImageAnalyzer

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

Public Class Methods

accept? (blob) Show source
# File activestorage/lib/active_storage/analyzer/image_analyzer/image_magick.rb, line 7
def self.accept?(blob)
  super && ActiveStorage.variant_processor == :mini_magick
end

© 2004–2021 David Heinemeier Hansson
Licensed under the MIT License.