Difference between revisions of "ImageMagick/Cheatsheet"

From braindump
Jump to navigation Jump to search
Line 4: Line 4:
! Keyword !! Description !! Command
! Keyword !! Description !! Command
|-
|-
| Fonts || List available fonts || <tt>convert -list font</tt>
| Auto Rotate || Auto rotate photos with the Exif orientation tag || <tt>mogrify -auto-orient <span class="input"><Image></span></tt>
|-
|-
| Formats || List supported formats || <tt>convert -list format</tt>
| Fonts || List available fonts || <tt>convert -list font</tt>
|-
|-
| Grayscale || Convert to grayscale || <tt>convert -type grayscale <span class="input"><Input>.png <Output>.png</span></tt>
| Formats || List supported formats || <tt>convert -list format</tt>
|-
| Grayscale || Convert to grayscale || <tt>convert -type grayscale <span class="input"><InputImage> <OutputImage></span></tt>
|-
|-
|}
|}

Revision as of 14:01, 1 July 2012

This is a collection of commands thought to be useful.

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