ImageMagick Cheatsheet

From braindump
Revision as of 19:30, 4 July 2012 by Uroesch (talk | contribs)
Jump to navigation Jump to search

This is a collection of commands thought to be useful.

Keyword Description Command
Fonts List available fonts convert -list font
Formats List supported formats convert -list format
Grayscale Convert to grayscale convert <InputImage> -type grayscale <OutputImage>
Rotate Auto rotate photos with the Exif orientation tag mogrify -auto-orient <Image>
Rotate Rotate Image clockwise by N degrees convert <InputImage> -rotate +90 <OutputImage>
Rotate Rotate Image counter clockwise by N degrees convert <InputImage> -rotate -90 <OutputImage>