This blog has moved! Redirecting...
You should be automatically redirected. If not, visit http://scrolls.mafgani.net/ and update your bookmarks.

Sunday, October 23, 2005

Image resizing the easy way

Here's another one of my god-he's-so-new-to-Linux posts.

I wanted to resize a very large (1280x1024) image into an avatar-sized (50x50) image and I found a really simple way of doing it:


[zubin@localhost ~]$ convert ~/Desktop/big_image.jpg -resize 50x50 ~/Desktop/avatar.jpg

0 Comments:

Post a Comment

<< Home