diff options
author | Genny <gen@nyble.dev> | 2022-11-25 18:40:52 -0600 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2022-11-25 18:40:52 -0600 |
commit | 080f6297f28a9800186376742827de60d17e6160 (patch) | |
tree | 8a5030ba3a8949ee030926451c9c59c040b7f565 /README.md | |
parent | d19e7b983ec034004cb27ab647634474ada10a18 (diff) | |
download | gifed-080f6297f28a9800186376742827de60d17e6160.tar.gz gifed-080f6297f28a9800186376742827de60d17e6160.zip |
gifed: streaming writer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md index c0b631e..f2c625f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This crate is still pretty rough. I hope to make it feature complete and intuiti - [ ] Reader - [x] Streaming Reader - [x] Writer -- [ ] Streaming Writer +- [x] Streaming Writer - [ ] Feature to allow using the [weezl][weezl-crates] crate for LZW compression instead of the built-in - [ ] Feature to allow using the [rgb][rgb-crates] crate for the color type. - [ ] Well written and easy to understand docs! `bitvec` quality, but who can match that? @@ -38,6 +38,9 @@ These are part of the 89a spec, but are kept separate as they're not "core" to t [gif89a]: https://www.w3.org/Graphics/GIF/spec-gif89a.txt [netscape]: http://www.vurdalakov.net/misc/gif/netscape-looping-application-extension +## gif-frames +GIF Frames helps you manage the weird disposal methods that the Graphic Control Extension introduced. Also provides Indexed -> Rgb/Rgba conversion. + ## gifprobe Similar to FFMPEG's ffprobe, gifprobe will print details of a gif to stdout. |