Difference between revisions of "Convert (command)"

From Linuxintro
imported>ThorstenStaerk
(Created page with "Convert is a command from the ImageMagick software package that allows you to convert files between graphical formats like this: convert scan1*.png text1.ps")
 
imported>ThorstenStaerk
Line 1: Line 1:
[[Convert]] is a [[command]] from the ImageMagick software package that allows you to convert files between graphical formats like this:
+
[[Convert]] is a [[command]] from the ImageMagick software package that allows you to convert files between graphical formats on a [[console]] like this:
 
  convert scan1*.png text1.ps
 
  convert scan1*.png text1.ps

Revision as of 05:52, 21 September 2011

Convert is a command from the ImageMagick software package that allows you to convert files between graphical formats on a console like this:

convert scan1*.png text1.ps