Skip to content

Instantly share code, notes, and snippets.

@Breefield
Created July 21, 2010 13:05
Show Gist options
  • Save Breefield/484449 to your computer and use it in GitHub Desktop.
Save Breefield/484449 to your computer and use it in GitHub Desktop.
has_attached_file :foreground,
:convert_options => {
:background_strip => :lambda {|s| ((s.from_side == 'right') ? '-gravity NorthEast ' : '') + '-crop 10x10000+0+0'}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment