Difference between revisions of "ImageMagick/Cheatsheet"
Jump to navigation
Jump to search
(Created page with "{{DISPLAaYTITLE:ImageMagick Cheatsheet}} This is a collection of commands thought to be useful. {| class="wikitable sortable collpsible" ! Description !! Command |- | List a...") |
|||
Line 1: | Line 1: | ||
{{ |
{{DISPLAYTITLE:ImageMagick Cheatsheet}} |
||
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 |
! Description !! Command |
||
|- |
|- |
||
| List available fonts || <tt>convert -list font</tt> |
| List available fonts || <tt>convert -list font</tt> |
||
|- |
|- |
||
| List supported formats || <tt>convert -list format</tt> |
| List supported formats || <tt>convert -list format</tt> |
||
|- |
|||
| Convert to grayscale || <tt>convert -type grayscale <span class="input"><Input>.png <Output>.png</span></tt> |
|||
|- |
|||
|} |
|} |
||
[[Category:ImageMagick]] |
[[Category:ImageMagick]] |
Revision as of 13:30, 1 July 2012
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 |