about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2022-11-25 17:58:27 -0600
committerGenny <gen@nyble.dev>2022-11-25 17:58:27 -0600
commit66d77dddef9928e52dfc7a99405ef1f8d934cc6a (patch)
tree3f72d10beeaced5d508e9c0c87f184d45c5fc513
parent8291bcdd8e4ba32b204b1bef61725fe590a5d539 (diff)
downloadgifed-66d77dddef9928e52dfc7a99405ef1f8d934cc6a.tar.gz
gifed-66d77dddef9928e52dfc7a99405ef1f8d934cc6a.zip
Readme update
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6c2dbaa..c0b631e 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,10 @@ This crate is still pretty rough. I hope to make it feature complete and intuiti
 - [x] Automatically select the lowest version possible when writing
 - [x] Read GIF87a
 - [x] Read GIF89a
-- [ ] Write API (~75%)
-- [ ] Read API (~75%)
+- [ ] Reader
+- [x] Streaming Reader
+- [x] Writer
+- [ ] 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?
@@ -18,8 +20,13 @@ This crate is still pretty rough. I hope to make it feature complete and intuiti
 [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.
+#### Extensions
+These are part of the 89a spec, but are kept separate as they're not "core" to the spec
+
+- [x] Application Extension
+- [x] Comment Extension
+- [ ] Plain Text Extension
+- [ ] Netscape Looping Extension ([details][netscape])
 
 ### Relevant Writings