Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created December 25, 2014 13:35
Show Gist options
  • Select an option

  • Save kaosf/cf96a012c219d476da0c to your computer and use it in GitHub Desktop.

Select an option

Save kaosf/cf96a012c219d476da0c to your computer and use it in GitHub Desktop.
An ImageMagick Convert command for when ordering "Change this red image to blue."
# ref. http://blog.tanarky.com/2009/08/imagemagickconvert_19.html
convert -fuzz 50% -fill '#0000ff' -opaque '#ff0000' src.jpg dst.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment