Skip to content

Instantly share code, notes, and snippets.

@hollanderbart
Created March 20, 2018 13:10
Show Gist options
  • Save hollanderbart/911690bc0ab926a885caa78777d0d1b2 to your computer and use it in GitHub Desktop.
Save hollanderbart/911690bc0ab926a885caa78777d0d1b2 to your computer and use it in GitHub Desktop.
Grayscale all image in current folder (PNG)
#!/bin/sh
mogrify -colorspace Gray -format png *.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment