Module: Thumbnailer

Defined in:
lib/thumbnailer.rb

Defined Under Namespace

Classes: Maker

Class Method Summary collapse

Class Method Details

.create(file_path, mimetype, params = {}) ⇒ Object



8
9
10
# File 'lib/thumbnailer.rb', line 8

def create(file_path, mimetype, params = {})
  Maker.new(file_path, mimetype, params).thumbnail
end