Convert (command)

From Linuxintro
Revision as of 06:30, 5 August 2012 by imported>ThorstenStaerk (moved Convert to Convert (command))

Convert is a graphics command from the ImageMagick software package that allows file conversion between graphical formats on a console like this:

Convert between formats

convert scan1*.png text1.ps

Scale size

convert -geometry 200x200 whatever.png whatever-200x200.png

See also