gifsicle: Add optimise example

italian
Starbeamrainbowlabs 2018-07-05 16:27:52 +01:00 committed by Agniva De Sarker
parent 45fec77380
commit e176566748
1 changed files with 4 additions and 0 deletions

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