Search This Blog

Google Analytics

Monday, January 14, 2008

Convert Image File Format From One to the Other With ImageMagick

ImageMagick includes a number of command-line utilities for manipulating images.

With ImageMagick, we will be able to convert between image formats easily and at a speed never once experienced before since command line are used without the need to launch memory-intensive GUI programs.

For example,

1. Convert between image formats (from JPEG to PNG)

    convert rose.jpg rose.png

2. Resize an image

    mogrify -resize 50% rose.jpg

ImageMagick Command-Line Tools
http://www.imagemagick.org/script/command-line-tools.php

No comments:

Post a Comment

Do provide your constructive comment. I appreciate that.

Popular Posts