123456789_123456789_123456789_123456789_123456789_

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

Instance Method Summary

ImageProcessingTransformer - Inherited

Transformer - Inherited

#transform

Applies the transformations to the source image in file, producing a target image in the specified format.

#process

Returns an open Tempfile containing a transformed image in the given format.

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