about summary refs log tree commit diff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2021-03-31 23:56:13 -0500
committerGenny <gen@nyble.dev>2021-03-31 23:56:13 -0500
commitcdedae673268c372beb27c6d2f123cdf21f630f1 (patch)
tree72099dc0f42e8002993ba20f61d35368ae860b3a /src/lib.rs
parentfa403b904c8596d8d1731d7f8bfafa6c0145e3dd (diff)
downloadgifed-cdedae673268c372beb27c6d2f123cdf21f630f1.tar.gz
gifed-cdedae673268c372beb27c6d2f123cdf21f630f1.zip
Add todos
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5ef22af..83b0b77 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,4 +7,9 @@ pub mod writer;
 
 pub use color::Color;
 pub use gif::Gif;
-pub use lzw::LZW;
\ No newline at end of file
+pub use lzw::LZW;
+
+//TODO: Be sure to check that fields in LSD and Img. Desc. that were reserved
+//in 87a aren't set if version is 87a, or that we return a warning, etc. Just
+//remember about this.
+//bottom of page 24 in 89a
\ No newline at end of file