Skip to content

Commit 4cb0c16

Browse files
committed
Export ColorTransform as public
1 parent 3c1a50c commit 4cb0c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern crate core;
3636
#[cfg(feature = "rayon")]
3737
extern crate rayon;
3838

39-
pub use decoder::{Decoder, ImageInfo, PixelFormat};
39+
pub use decoder::{ColorTransform, Decoder, ImageInfo, PixelFormat};
4040
pub use error::{Error, UnsupportedFeature};
4141
pub use parser::CodingProcess;
4242

0 commit comments

Comments
 (0)