From 212c5b304328ec4d66f7e6b9c91bd65154918fff Mon Sep 17 00:00:00 2001 From: Genny Date: Tue, 6 Oct 2020 20:20:03 -0500 Subject: Get ready for first publish --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b20d98 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# gifed +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 +always will be, one of the main goals of this crate. + +### Features +- [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 + +[weezl-crates]: https://crates.io/crates/weezl \ No newline at end of file -- cgit 1.4.1-3-g733a5