Difference between pages "Xdmcp tutorial" and "Convert images"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(Redirecting to Xdmcp)
 
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)
 
Line 1: Line 1:
#REDIRECT [[xdmcp]]
+
To convert images, the graphviz package contains a utility called ''convert''.
 +
 
 +
'''Example:'''
 +
convert -scale 300x150 -transparent white klingel.svg klingel.png

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