Skip to content

Instantly share code, notes, and snippets.

@fastzen
Created August 30, 2016 15:48
Show Gist options
  • Save fastzen/ac2dd8d29b456fa6e0b927815f92534a to your computer and use it in GitHub Desktop.
Save fastzen/ac2dd8d29b456fa6e0b927815f92534a to your computer and use it in GitHub Desktop.
ImageMagick - convert image with transparency to greyscale, resize to specific height
convert image.png -type grayscalematte grayscale_image.png
convert image.png -resize x123 -gravity center image-resize.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment