Working on a project that requires 10 large animated gifs to be loaded on a site. We are having trouble reducing the file size. Each image is 1200px high (varying widths) and include dozens of frames. Photoshop save for web function gets them down to 4MB which is still too large and grainy.
Also good to note: uploading these to WordPress site.
Any ideas about optimizing images or load time or both?
To the best of my knowledge, you have to work yourself out of:
All that inside your preferred GIF animation editor. Make a batch of trial and error exports until achieving a decent setting. After that, no much gains will be possible.
Just researched and found that
Try ImageMagick and compare file sizes – it is here and free.
Making an animated GIF is as easy as:
or using GIF input frames:
You can also experiment with the
-quality n%
option to reduce quality and size. There is also an extremely informative discussion of optimisations to palettes, dithering, compression and so on, here.