Search found 2 matches

by pjclas
2014-09-12T06:08:41-07:00
Forum: IMagick
Topic: Help with animated GIF compression
Replies: 2
Views: 7253

Re: Help with animated GIF compression

For anyone interested I was able to get the filesize closer to the original by forcing all frames to use a global color map (instead of a color map for each frame). It's not obvious how to do this, but what you need to do is append the frames together into one image and then use that image to remap ...
by pjclas
2014-09-11T12:03:15-07:00
Forum: IMagick
Topic: Help with animated GIF compression
Replies: 2
Views: 7253

Help with animated GIF compression

I have an animated gif that is 150k in size. I read in this gif, coalesce it so I can add content, and then I optimize/merge/reconstruct the layers and write it back out. I noticed that the result file size was much larger than I expected so I tried not adding any content after I coalesced it and it...