3 4 5 6 7
# File 'lib/imogen/auto_crop.rb', line 3 def self.convert(img, dest_path, scale=768, opts = {}) Imogen::Iiif::Region::Featured.convert(img, scale, opts) do |smartcrop| smartcrop.write_to_file(dest_path) end end