Difference between revisions of "ImageMagick/Cheatsheet"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
This is a collection of commands thought to be useful. |
This is a collection of commands thought to be useful. |
||
{| class="wikitable sortable collpsible" |
{| class="wikitable sortable collpsible" |
||
! Description !! Command |
! Keyword !! Description !! Command |
||
|- |
|- |
||
| List available fonts || <tt>convert -list font</tt> |
| Fonts || List available fonts || <tt>convert -list font</tt> |
||
|- |
|- |
||
| List supported formats || <tt>convert -list format</tt> |
| Formats || List supported formats || <tt>convert -list format</tt> |
||
|- |
|- |
||
| Convert to grayscale || <tt>convert -type grayscale <span class="input"><Input>.png <Output>.png</span></tt> |
| Grayscale || Convert to grayscale || <tt>convert -type grayscale <span class="input"><Input>.png <Output>.png</span></tt> |
||
|- |
|- |
||
|} |
|} |
Revision as of 13:47, 1 July 2012
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 -type grayscale <Input>.png <Output>.png |