Skip to content

Instantly share code, notes, and snippets.

@fogleman
Last active March 17, 2017 00:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fogleman/9534998 to your computer and use it in GitHub Desktop.
Save fogleman/9534998 to your computer and use it in GitHub Desktop.
ImageMagick: Frequently Used

Create Animated GIF

convert -delay 20 -loop 0 *.png output.gif

Concatenate Images Vertically

montage *.png -mode concatenate -tile 1x output.png

Convert to RGB Bitmap

convert input.png -type truecolor output.bmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment