$ convert foo.jpg -resize 80% resized.jpg

will get you a smaller image.

You could also do this.

$ convert photograph.png -resize 1024x768 o.jpg

Yes, convert is very smart.

$ convert image.jpg -resize \!123x80 distorted.jpg

If you prefix with an exclamation mark convert will give you what you ask


--
Regards,

Tha.suresh
thasulinux.wordpress.com

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to