Posts tagged ‘convert’

Create thumbnails from image in one command

In Linux, issue this command

$ convert -thumbnail 200 INPUT_FILE.png OUTPUT_FILE.png

To convert into another image type, just change the output file extension — as simple as that!

$ convert -thumbnail 200 INPUT_FILE.png OUTPUT_FILE.jpg

For more information please visit Cyberciti.biz Tips on How to create image thumbnails.