diff options
author | Genny <gen@nyble.dev> | 2021-11-21 18:35:57 -0600 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2021-11-21 18:35:57 -0600 |
commit | 1de64a3818875947f7f1044b1d4cfdf271b04fd3 (patch) | |
tree | 3a5bfbb237d67832dfa1beeb3d28566173484b63 /README.md | |
parent | f35e18cb0531e7d6a3544560746d592aa47ed555 (diff) | |
download | gifed-1de64a3818875947f7f1044b1d4cfdf271b04fd3.tar.gz gifed-1de64a3818875947f7f1044b1d4cfdf271b04fd3.zip |
Bring gifprobe into this repository
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md index b65f891..ca9d927 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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. -### TODO +### Gifed TODO - [x] Writing GIF87a - [x] Writing GIF89a - [x] Automatically select the lowest version possible when writing @@ -18,4 +18,10 @@ always will be, one of the main goals of this crate. - [ ] Well written and easy to understand docs! `bitvec` quality, but who can match that? [weezl-crates]: https://crates.io/crates/weezl -[rgb-crates]: https://crates.io/crates/rgb \ No newline at end of file +[rgb-crates]: https://crates.io/crates/rgb + +## gifprobe +Similar to FFMPEG's ffprobe, gifprobe will print details of a gif to stdout. + +# License +gided and gifprobe are licensed under Creative Commons Zero 1.0; they're in the public domain. Attribution is appreciated, but not required. \ No newline at end of file |