Created
January 17, 2023 00:09
-
-
Save granbom/8471ad7d6a677902191db795497eed17 to your computer and use it in GitHub Desktop.
This file contains 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
replace black colour to one new colour | |
mogrify -path "target/path/" +level-colors lightgray "source/path/*.png" | |
replace black and white image with new "color" (note the comma) | |
mogrify -path "target/path/" +level-colors lightgray, "source/path/*.png" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment