Skip to content

Instantly share code, notes, and snippets.

@shotasenga
Last active August 29, 2015 14:16
Show Gist options
  • Save shotasenga/2b9bff6d8d0e53f47519 to your computer and use it in GitHub Desktop.
Save shotasenga/2b9bff6d8d0e53f47519 to your computer and use it in GitHub Desktop.
imagemagick command line tool cheat sheet the I frequently use.

official document

resize image

mogrify -resize 50% copy.png
mogrify -resize 256x256 *.jpg

transparent background

mogrify -transparent white image.png

change format

mogrify -format jpg *.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment