This is just a small helper utility that bulk shrinks gif files. It does 2 things:
- Resize the gif from a large format (eg 1024x768) to a small format (eg 800x600)
- Compress the gif (lossy) to reduce the filesize significantly
It assumes both imagemagick
and gifsicle
are installed.
brew install imagemagick
brew install gifsicle
- Place input gifs in
./input
- Configure filesize and compression parameters in
shrink.sh
- Run
./shrink.sh
- Enjoy the shrinked output files