Resize Animated Gif ... and FileSize Problem!
Posted: 2012-12-29T12:37:16-07:00
Hi,
I have some pb when i resize an animated gif with ImageMagick command line.
Example if i resize this animated gif : http://minus.com/lbhoeRf1376zcx like this :
convert original.gif -coalesce -resize 100x100! output.gif
The work is Ok, but :
original.gif - 140 x 97px - 220 ko
After resize become :
output.gif - 100 x 100px - 826 ko
The output.gif size is more small but the filesize is 4x more big! why?
original.gif = 13 580px² = 220ko
output.gif = 10 000px² = 826ko ... something wrong!
I tried others options of ImageMagick, but the result stay same!
I want an output filesize more small than the original cause i reduce the size of the picture!
Can you help me please ?
Thank you
I have some pb when i resize an animated gif with ImageMagick command line.
Example if i resize this animated gif : http://minus.com/lbhoeRf1376zcx like this :
convert original.gif -coalesce -resize 100x100! output.gif
The work is Ok, but :
original.gif - 140 x 97px - 220 ko
After resize become :
output.gif - 100 x 100px - 826 ko
The output.gif size is more small but the filesize is 4x more big! why?
original.gif = 13 580px² = 220ko
output.gif = 10 000px² = 826ko ... something wrong!
I tried others options of ImageMagick, but the result stay same!
I want an output filesize more small than the original cause i reduce the size of the picture!
Can you help me please ?
Thank you