Skip to content

Instantly share code, notes, and snippets.

@alexcmgit
Created August 13, 2022 14:11
Show Gist options
  • Save alexcmgit/488e0af2054bafaada6c145b42be4bfc to your computer and use it in GitHub Desktop.
Save alexcmgit/488e0af2054bafaada6c145b42be4bfc to your computer and use it in GitHub Desktop.
# 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