Class: ActiveStorage::Analyzer::ImageAnalyzer::Vips
- Inherits:
-
ActiveStorage::Analyzer::ImageAnalyzer
- Object
- ActiveStorage::Analyzer
- ActiveStorage::Analyzer::ImageAnalyzer
- ActiveStorage::Analyzer::ImageAnalyzer::Vips
- Defined in:
- lib/active_storage/analyzer/image_analyzer/vips.rb
Overview
Instance Attribute Summary
Attributes inherited from ActiveStorage::Analyzer
Class Method Summary collapse
Methods inherited from ActiveStorage::Analyzer::ImageAnalyzer
Methods inherited from ActiveStorage::Analyzer
analyze_later?, #initialize, #metadata
Constructor Details
This class inherits a constructor from ActiveStorage::Analyzer
Class Method Details
.accept?(blob) ⇒ Boolean
7 8 9 |
# File 'lib/active_storage/analyzer/image_analyzer/vips.rb', line 7 def self.accept?(blob) super && ActiveStorage.variant_processor == :vips end |