Resize image using Imagemagick

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

Related

This entry was posted in Linux, Windows and tagged , , , . Bookmark the permalink.

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

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>