diff options
-rw-r--r-- | gifed/src/lib.rs | 2 |
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 |