Problem Resizing Animation image

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Bullonprowl

Problem Resizing Animation image

Post 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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Problem Resizing Animation image

Post 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
snibgo's IM pages: im.snibgo.com
Post Reply