Created
August 13, 2022 14:11
-
-
Save alexcmgit/488e0af2054bafaada6c145b42be4bfc to your computer and use it in GitHub Desktop.
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
# Requires https://imagemagick.org/script/download.php | |
# If using windows include the installation folder in the environment PATH | |
# Invert image colors | |
convert -negate image-input.jpg image-output.jpg | |
# Apply grayscale filter | |
convert image-input.jpg -type Grayscale image-output.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment