From 95243f5aef27de2a9c1731f8fdd16d2bf7b00e24 Mon Sep 17 00:00:00 2001 From: Genny Date: Sun, 18 Sep 2022 14:21:44 -0500 Subject: Expose Image --- gifed/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1-3-g733a5