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.

About Raymond

I'm a Christian web developer from the Philippines. Sometimes I write also.
This entry was posted in Graphics, Linux and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>