It has been noted that the FoT people are bigger than FO:
Wild_qwerty mentioned that he couldn't find a command line tool that would resize animated GIFs to fix this kind of problem. Well it looks like the free Image Magick can do this (windows binaries here). I found a page describing how to do this:
convert big.gif -coalesce coalesce.gif
convert -size 200x100 coalesce.gif -resize 200x10 small.gif
So I tried this on the huge behemoth:
The animation seems to slow down, but at least its resizing.
Wild_qwerty mentioned that he couldn't find a command line tool that would resize animated GIFs to fix this kind of problem. Well it looks like the free Image Magick can do this (windows binaries here). I found a page describing how to do this:
convert big.gif -coalesce coalesce.gif
convert -size 200x100 coalesce.gif -resize 200x10 small.gif
So I tried this on the huge behemoth:
The animation seems to slow down, but at least its resizing.