Difference between revisions of "Convert images"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 3: Line 3:
 
'''Example:'''
 
'''Example:'''
 
  convert -scale 300x150 -transparent white klingel.svg klingel.png
 
  convert -scale 300x150 -transparent white klingel.svg klingel.png
 +
 +
= Corel Draw files =
 +
To convert a Corel Draw file to a Linux-readable format, use [[uniconvertor]].

Revision as of 06:38, 5 August 2012

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

Example:

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

Corel Draw files

To convert a Corel Draw file to a Linux-readable format, use uniconvertor.