Convert (command)
From Linuxintro
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