Class: ActiveStorage::Analyzer::ImageAnalyzer::Vips
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::ActiveStorage::Analyzer::ImageAnalyzer,
Analyzer
|
|
|
Instance Chain:
self,
::ActiveStorage::Analyzer::ImageAnalyzer,
Analyzer
|
|
| Inherits: |
ActiveStorage::Analyzer::ImageAnalyzer
|
| Defined in: | activestorage/lib/active_storage/analyzer/image_analyzer/vips.rb |
Overview
Constant Summary
-
ROTATIONS =
# File 'activestorage/lib/active_storage/analyzer/image_analyzer/vips.rb', line 42/Right-top|Left-bottom|Top-right|Bottom-left/
Class Method Summary
Instance Method Summary
::ActiveStorage::Analyzer::ImageAnalyzer - Inherited
Class Method Details
.accept?(blob) ⇒ Boolean
# File 'activestorage/lib/active_storage/analyzer/image_analyzer/vips.rb', line 9
def self.accept?(blob) super && ActiveStorage.variant_processor == :vips end