ImageMagick Cheatsheet
Jump to navigation
Jump to search
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> |