Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created July 23, 2013 14:54
Show Gist options
  • Save jcoyne/6062970 to your computer and use it in GitHub Desktop.
Save jcoyne/6062970 to your computer and use it in GitHub Desktop.
makes_derivatives_of :content, based_on: :mime_type, when: 'text/pdf',
{derivatives: { :text => { :quality => :better }, processors: [:ocr]}}
makes_derivatives_of :content, based_on: :mime_type, when: ['image/png', 'image/jpg'],
{ derivatives: { :medium => "300x300>", :thumb => "100x100>" }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment