Skip to content

Instantly share code, notes, and snippets.

@chrishomer
Created April 12, 2011 02:53
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 chrishomer/914834 to your computer and use it in GitHub Desktop.
Save chrishomer/914834 to your computer and use it in GitHub Desktop.
@paperclip_defaults = {
:styles => {
:large=>{
:convert_options=>"-auto-orient -strip",
:whiny=>true,
:geometry=>"400x300^"
},
:thumb=>{
:convert_options=>"-auto-orient -strip",
:whiny=>true,
:geometry=>"80x60^"
},
:original=>{
:convert_options=>"-auto-orient -strip",
:whiny=>true,
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment