diff options
author | Genny <gen@nyble.dev> | 2021-11-21 18:52:58 -0600 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2021-11-21 18:52:58 -0600 |
commit | c75b385f52b86bb31e13615086f5040074e3b77b (patch) | |
tree | c983cb8648f7ec26cdcef8596ab9d097f796ca53 | |
parent | 1de64a3818875947f7f1044b1d4cfdf271b04fd3 (diff) | |
download | gifed-c75b385f52b86bb31e13615086f5040074e3b77b.tar.gz gifed-c75b385f52b86bb31e13615086f5040074e3b77b.zip |
Add references to readme
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md index ca9d927..614120d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,19 @@ always will be, one of the main goals of this crate. [weezl-crates]: https://crates.io/crates/weezl [rgb-crates]: https://crates.io/crates/rgb +#### Past V1 +- [ ] A Reader that tries it's best to recover, even if the data is mangled. + +### Relevant Writings + +- [gif87a][gif87a] +- [gif89a][gif89a] +- [Netscape Looping Extension][netscape] + +[gif87a]: https://www.w3.org/Graphics/GIF/spec-gif87.txt +[gif89a]: https://www.w3.org/Graphics/GIF/spec-gif89a.txt +[netscape]: http://www.vurdalakov.net/misc/gif/netscape-looping-application-extension + ## gifprobe Similar to FFMPEG's ffprobe, gifprobe will print details of a gif to stdout. |