Class: ActiveStorage::Transformers::Vips
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
ActiveStorage::Transformers::ImageProcessingTransformer
|
Defined in: | activestorage/lib/active_storage/transformers/vips.rb |
Class Method Summary
Transformer
- Inherited
Instance Attribute Summary
Transformer
- Inherited
Instance Method Summary
ImageProcessingTransformer
- Inherited
Transformer
- Inherited
#transform | Applies the transformations to the source image in |
#process | Returns an open Tempfile containing a transformed image in the given |
Constructor Details
This class inherits a constructor from ActiveStorage::Transformers::Transformer
Instance Method Details
#processor
[ GitHub ]# File 'activestorage/lib/active_storage/transformers/vips.rb', line 6
def processor ImageProcessing::Vips end