Page 1 of 1

Problem Resizing Animation image

Posted: 2010-04-20T23:58:15-07:00
by Bullonprowl
Hi,

How to Resize animation image? i have image of size 640x640. if i resize this image to 640x680 its not happening :( . please give me command for this.

Re: Problem Resizing Animation image

Posted: 2010-04-21T08:23:27-07:00
by snibgo
If you want the image stretched to 640x680, you need "!".

convert in.png -resize 640x680! out.png

See http://www.imagemagick.org/script/comma ... php#resize
and http://www.imagemagick.org/script/comma ... p#geometry