-coalesce
Posted: 2011-07-04T02:24:11-07:00
Hi IM team,
I have a question if it is possible that the -coalesce is being optimized.
When i have a large gif (for example 100 frames) i do the following command:
It will take 34 seconds to complete.
When i use gifsicle
It will take almost 2 seconds...
Both output files are around 11MB.
I have a question if it is possible that the -coalesce is being optimized.
When i have a large gif (for example 100 frames) i do the following command:
Code: Select all
convert large_img.gif -coalesce out_large.gif
When i use gifsicle
Code: Select all
gifsicle --unoptimize < large_img.gif > out_large2.gif
Both output files are around 11MB.