Difference between revisions of "Convert (command)"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 1: | Line 1: | ||
[[Convert]] is a [[graphics command]] from the ImageMagick software package that allows [[file]] [[conversion]] between graphical formats on a [http://simple.wikipedia.org/wiki/Command_Line_Interface console] like this: | [[Convert]] is a [[graphics command]] from the ImageMagick software package that allows [[file]] [[conversion]] between graphical formats on a [http://simple.wikipedia.org/wiki/Command_Line_Interface console] like this: | ||
convert scan1*.png text1.ps | convert scan1*.png text1.ps | ||
+ | |||
+ | = See also = | ||
+ | * [[conversion]] |
Revision as of 12:02, 4 February 2012
Convert is a graphics command from the ImageMagick software package that allows file conversion between graphical formats on a console like this:
convert scan1*.png text1.ps