about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGenny <gen@nyble.dev>2022-09-18 14:21:44 -0500
committerGenny <gen@nyble.dev>2022-09-18 14:21:44 -0500
commit95243f5aef27de2a9c1731f8fdd16d2bf7b00e24 (patch)
tree39785da3a03da349f05234e5ed44c58ad5a390cf
parent20ee6b267bc5ef384db9ecf37ae2969aadf5b082 (diff)
downloadgifed-95243f5aef27de2a9c1731f8fdd16d2bf7b00e24.tar.gz
gifed-95243f5aef27de2a9c1731f8fdd16d2bf7b00e24.zip
Expose Image
-rw-r--r--gifed/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gifed/src/lib.rs b/gifed/src/lib.rs
index c47d09c..374d5e6 100644
--- a/gifed/src/lib.rs
+++ b/gifed/src/lib.rs
@@ -12,7 +12,7 @@ use std::error::Error;
 
 pub use color::Color;
 pub use colorimage::{RgbImage, RgbaImage};
-pub use gif::Gif;
+pub use gif::{Gif, Image};
 pub use lzw::LZW;
 
 /// Perform the algorithm to get the length of a color table from