Skip to content

Instantly share code, notes, and snippets.

@wilsoniya
Created November 20, 2012 19:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilsoniya/4120224 to your computer and use it in GitHub Desktop.
Save wilsoniya/4120224 to your computer and use it in GitHub Desktop.
Batch color change
# mogrify - overwrite modified files
# -fill - the new color
# -opaque - the color to replace
# * - replace all in dir
mogrify -fill rgb\(0,150,250\) -opaque rgb\(20,53,63\) *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment