Difference between revisions of "Convert images"

From Linuxintro
imported>ThorstenStaerk
(New page: To convert images, the graphviz package contains a utility called ''convert''. '''Example:''' convert -scale 300x150 -transparent white klingel.svg klingel.png)
(No difference)

Revision as of 06:52, 26 August 2008

To convert images, the graphviz package contains a utility called convert.

Example:

convert -scale 300x150 -transparent white klingel.svg klingel.png