Difference between revisions of "Convert images"
From Linuxintro
(DOlBMiWFxwSgwNxO) |
imported>ThorstenStaerk |
||
Line 1: | Line 1: | ||
− | + | To convert images, the graphviz package contains a utility called ''convert''. | |
+ | |||
+ | '''Example:''' | ||
+ | convert -scale 300x150 -transparent white klingel.svg klingel.png |
Revision as of 08:58, 4 February 2012
To convert images, the graphviz package contains a utility called convert.
Example:
convert -scale 300x150 -transparent white klingel.svg klingel.png