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.
Problem Resizing Animation image
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Problem Resizing Animation image
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
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
snibgo's IM pages: im.snibgo.com