Skip to content

Instantly share code, notes, and snippets.

@ohjho
Last active March 6, 2019 04:29
Show Gist options
  • Save ohjho/323d0232cf8f725f1a1b258300475424 to your computer and use it in GitHub Desktop.
Save ohjho/323d0232cf8f725f1a1b258300475424 to your computer and use it in GitHub Desktop.
-fill is the new color and -opaque is the old color; you can use https://imagecolorpicker.com/ to identify the color in the image
convert original.jpg -fuzz 15% -fill "#84BE6A" -opaque "#d89060" new.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment