Class: ActiveStorage::Analyzer::ImageAnalyzer::ImageMagick
- Inherits:
-
ActiveStorage::Analyzer::ImageAnalyzer
- Object
- ActiveStorage::Analyzer
- ActiveStorage::Analyzer::ImageAnalyzer
- ActiveStorage::Analyzer::ImageAnalyzer::ImageMagick
- Defined in:
- activestorage/lib/active_storage/analyzer/image_analyzer/image_magick.rb
Overview
This analyzer relies on the third-party MiniMagick gem. MiniMagick requires the ImageMagick system library.
Instance Attribute Summary
Attributes inherited from ActiveStorage::Analyzer
Method Summary
Methods inherited from ActiveStorage::Analyzer::ImageAnalyzer
Methods included from ActiveSupport::Autoload
#autoload, #autoload_at, #autoload_under, #eager_autoload, #eager_load!
Methods inherited from ActiveStorage::Analyzer
accept?, analyze_later?, #initialize, #metadata
Constructor Details
This class inherits a constructor from ActiveStorage::Analyzer