ImageMagick Cheatsheet
Jump to navigation
Jump to search
This is a collection of commands thought to be useful.
Description | Command |
---|---|
List available fonts | convert -list font |
List supported formats | convert -list format |
Convert to grayscale | convert -type grayscale <Input>.png <Output>.png |