1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 11:17:59 +01:00
tldr/common/gifsicle.md

16 lines
339 B
Markdown
Raw Normal View History

# gifsicle
> Create gifs
- Making a GIF animation with gifsicle is easy:
`gifsicle --delay=10 --loop *.gif > anim.gif`
- Extracting frames from animations is easy too:
`gifsicle anim.gif '#0' > firstframe.gif`
- You can also edit animations by replacing, deleting, or inserting frames:
`gifsicle -b anim.gif --replace '#0' new.gif`