module Thumbnailer

Public Class Methods

create(file_path, mimetype, params = {}) click to toggle source
# File lib/thumbnailer.rb, line 8
def create(file_path, mimetype, params = {})
  Maker.new(file_path, mimetype, params).thumbnail
end