diff options
author | Genny <gen@nyble.dev> | 2020-10-06 20:22:30 -0500 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2020-10-06 20:24:39 -0500 |
commit | 85b5d7de253f5f91dbca4047196e005856fd52de (patch) | |
tree | d9975ad034345aa179d811c76548fc2758c2aab9 | |
parent | 212c5b304328ec4d66f7e6b9c91bd65154918fff (diff) | |
download | gifed-85b5d7de253f5f91dbca4047196e005856fd52de.tar.gz gifed-85b5d7de253f5f91dbca4047196e005856fd52de.zip |
Add docs as a todo
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index 4b20d98..e6bb540 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,16 @@ Gifed is a **GIF** **e**ncoding and **d**ecoding library. At current, half of that statement is a lie and this crate is incredibly rough. This library can only *write* gifs. The project is in its infancy but I hope to make it feature complete and -intuitive to use while wtill allowing fine grained control over the file itself, which has been 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. -### Features +### TODO - [x] Writing GIF87a - [ ] Writing GIF89a - [ ] Automatically select the lowest version possible when writing - [ ] Read GIF87a - [ ] Read GIF89a - [ ] Feature to allow using [weezl][weezl-crates] for LZW compression instead of the built-in +- [ ] Well written and easy to understand docs! (Can never truly be finished, but "good enough") [weezl-crates]: https://crates.io/crates/weezl \ No newline at end of file |