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}}`