Convert (command)
From Linuxintro
Revision as of 11:47, 3 June 2012 by imported>ThorstenStaerk
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