Skip to content

Instantly share code, notes, and snippets.

@dmitry-ilyashevich
Created September 18, 2011 06:53
Show Gist options
  • Save dmitry-ilyashevich/1224819 to your computer and use it in GitHub Desktop.
Save dmitry-ilyashevich/1224819 to your computer and use it in GitHub Desktop.
ImageMagick snippets
# Convert to grayscale, keep transparency
convert image.png -colorspace gray image-gray.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment