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:
parent
45fec77380
commit
e176566748
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue