about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-11-21 16:45:32 -0600
committergennyble <gen@nyble.dev>2023-11-21 16:45:32 -0600
commit0a6def135e61cc6ba43e533d4cb537fccb880262 (patch)
treee1d7d0feae50f2a40076815dea1d8ec3a7bf2081
parent70e230aad7148189a1e3494a456d0949d28e0187 (diff)
downloadgifed-0a6def135e61cc6ba43e533d4cb537fccb880262.tar.gz
gifed-0a6def135e61cc6ba43e533d4cb537fccb880262.zip
readme
-rw-r--r--README.md13
1 files changed, 2 insertions, 11 deletions
diff --git a/README.md b/README.md
index 320101e..9cdc39a 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,10 @@
 # gifed
 Gifed is a **GIF** **e**ncoding and **d**ecoding library.
 
-This crate is still pretty rough. I hope to make it feature complete and intuitive to use while still allowing fine grained control over the file itself, which has been and always will be, one of the main goals of this crate.
+This crate is getting somewhere! I hope to polish the API a touch and introduce an API for quantization.
 
 ### Gifed TODO
-- [x] Writing GIF87a
-- [x] Writing GIF89a
-- [x] Automatically select the lowest version possible when writing
-- [x] Read GIF87a
-- [x] Read GIF89a
-- [ ] Reader
-- [x] Streaming Reader
-- [x] Writer
-- [x] Streaming Writer
-- [ ] Feature to allow using the [weezl][weezl-crates] crate for LZW compression instead of the built-in
+- [x] Feature to allow using the [weezl][weezl-crates] crate for LZW compression instead of the built-in. *(works with compression! we still require weezl for decompression)*
 - [ ] 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?