Resize image using Imagemagick

Thursday, September 17th, 2009
Advertisement

Subscribe.
Enter your email:

Imagemagick is a powerful image manipulation program. This tutorial is about resizing image with Imagemagick.

Resize an image to 500px width.

mogrify -resize 500 image.png

Resize an image to 500×300, with aspect ratio preserved.

mogrify -resize 500x300 image.png

Force resize an image to 500×300.

mogrify -resize 500x300! image.png

Resize multiple images.

mogrify -resize 500x300 *.png
If you are new here, you might want to subscribe to the RSS feed or newsletter.

Enter your email address:

Creates the exact copy of your hard disk and allows you to instantly restore the entire machine.
New Acronis True Image Home 2010 is the most reliable and easy in use backup solution. Now with online backup option!
15% Discount Code: FMAATIH2010

What else?

Like this article? Share it

 Digg  del.icio.us  TwitThis  Facebook  Reddit  StumbleUpon

One Response to “Resize image using Imagemagick”

  1. Steve says:

    Hey. For Mac users, i wanna introduce an image resizng tool called PhotoMagic, which is powerful and easy to use. It can help you resize your images or photos for photo album, making wallpaper etc. Besides, it supports batch resize and batch saving. Are you a Mac user? if you are, hen go have a look.

Leave a Reply

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