Most efficient way to crop/resize animated gif
Posted: 2010-10-28T08:02:32-07:00
For example doing this:
/usr/bin/convert test.gif -coalesce -resize 200x200 test.gif
with this animated gif http://glitters.ru/images/butterfly_20008.gif (3 frames), took me roughly 1min and 9 seconds. It's a bit too much...
I was trying to do this on VDS with 800mhz and 256 ram.
Is there any efficient solution? Or i should stop searching, because there is not?
/usr/bin/convert test.gif -coalesce -resize 200x200 test.gif
with this animated gif http://glitters.ru/images/butterfly_20008.gif (3 frames), took me roughly 1min and 9 seconds. It's a bit too much...
I was trying to do this on VDS with 800mhz and 256 ram.
Is there any efficient solution? Or i should stop searching, because there is not?