mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
gifsicle: add {{}} around tokens
This commit is contained in:
parent
3560bdb7c1
commit
a6c0586382
@ -2,14 +2,14 @@
|
||||
|
||||
> Create gifs
|
||||
|
||||
- Making a GIF animation with gifsicle is easy:
|
||||
- Making a GIF animation with gifsicle
|
||||
|
||||
`gifsicle --delay=10 --loop *.gif > anim.gif`
|
||||
`gifsicle --delay={{10}} --loop *.gif > {{anim.gif}}`
|
||||
|
||||
- Extracting frames from animations is easy too:
|
||||
- Extracting frames from an animation
|
||||
|
||||
`gifsicle anim.gif '#0' > firstframe.gif`
|
||||
`gifsicle {{anim.gif}} '#0' > {{firstframe.gif}}`
|
||||
|
||||
- You can also edit animations by replacing, deleting, or inserting frames:
|
||||
- You can also edit animations by replacing, deleting, or inserting frames
|
||||
|
||||
`gifsicle -b anim.gif --replace '#0' new.gif`
|
||||
`gifsicle -b {{anim.gif}} --replace '#0' {{new.gif}}`
|
||||
|
Loading…
Reference in New Issue
Block a user