process(file, format:)
private
Returns an open Tempfile containing a
transformed image in the given format. All
subclasses implement this method.
# File activestorage/lib/active_storage/transformers/transformer.rb, line 34
def process(file, format)) # :doc:
raise NotImplementedError
end