1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 21:35:27 +02:00

gifsicle: Add optimise example

This commit is contained in:
Starbeamrainbowlabs 2018-07-05 16:27:52 +01:00 committed by Agniva De Sarker
parent 45fec77380
commit e176566748

View file

@ -2,6 +2,10 @@
> Create GIFs.
- Optimise a GIF:
`gifsicle --batch --optimize=3 {{amin.gif}}`
- Make a GIF animation with gifsicle:
`gifsicle --delay={{10}} --loop *.gif > {{anim.gif}}`