Command line tool for animated GIFs (Gifsicle website).
- installation:
apt install gifsicle
- copypasta examples:
- resize without smoothing (creating large pixels):
gifsicle --scale 5 < small.gif > large.gif
- resize without smoothing (creating large pixels):
Detailed article on how to produce high quality GIFs with
ffmpeg. TL;DR: use
the proposed gifenc.sh
(available in my env/bin/
).