Skip to content

Instantly share code, notes, and snippets.

@gr33n7007h
Forked from fogleman/magick.md
Created March 17, 2017 00:31
Show Gist options
  • Save gr33n7007h/22e23cd71976a03d34db8843045191c5 to your computer and use it in GitHub Desktop.
Save gr33n7007h/22e23cd71976a03d34db8843045191c5 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