Skip to content

Instantly share code, notes, and snippets.

@bencrouse
Created May 21, 2014 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bencrouse/58f9e7f7d52605481495 to your computer and use it in GitHub Desktop.
Save bencrouse/58f9e7f7d52605481495 to your computer and use it in GitHub Desktop.
Dragonfly Jobs
Dragonfly[:weblinc].job(:small_thumb) do
encode :jpg, '-quality 85'
process :thumb, '60x'
process :optim
end
Dragonfly[:weblinc].job(:large_thumb) do
encode :jpg, '-quality 85'
process :thumb, '195x'
process :optim
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment