resizing error

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
abhishekv1

resizing error

Post by abhishekv1 »

Hi,

I am resizing gif animation of smaller size to larger sized gifs.
I have a folder which has 232 animations of 176x208 size each. In a loop
I run the convert command which reads each animation and creates a new size for each animation of 352x416 size.
But I am getting a very strange output. About half of the resized animations are of 352x416 but the other half have 352x414. I run the commands from the commandline and output is the same. Could you help me out as to why there is this difference, why some sizes are 414 instead of 416.

Regards,
Abhishek
Post Reply