Created
December 25, 2014 13:35
-
-
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."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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