Skip to content

Instantly share code, notes, and snippets.

@rosscooperman
Created May 10, 2013 01:01
Show Gist options
  • Save rosscooperman/5551763 to your computer and use it in GitHub Desktop.
Save rosscooperman/5551763 to your computer and use it in GitHub Desktop.
def sepiatone
manipulate! do |img|
img.quantize!(256, Magick::GRAYColorspace)
img.colorize!(0.30, 0.30, 0.30, '#cc9933')
img
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment