Class: ActiveStorage::Analyzer::ImageAnalyzer::Vips

Inherits:
ActiveStorage::Analyzer::ImageAnalyzer show all
Defined in:
activestorage/lib/active_storage/analyzer/image_analyzer/vips.rb

Overview

This analyzer relies on the third-party ruby-vips gem. Ruby-vips requires the libvips system library.

Instance Attribute Summary

Attributes inherited from ActiveStorage::Analyzer

#blob

Method Summary

Methods inherited from ActiveStorage::Analyzer::ImageAnalyzer

accept?, #metadata

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