Add ImageType type

This commit is contained in:
5ohue
2024-05-11 14:35:10 +03:00
parent baac3cbf59
commit 1a66649c47
3 changed files with 52 additions and 2 deletions

View File

@ -7,6 +7,7 @@ mod dither_method;
mod endian_type;
mod filter_type;
mod gravity_type;
mod image_type;
mod interlace_type;
mod metric_type;
mod orientation_type;
@ -24,6 +25,7 @@ pub use self::dither_method::DitherMethod;
pub use self::endian_type::EndianType;
pub use self::filter_type::FilterType;
pub use self::gravity_type::GravityType;
pub use self::image_type::ImageType;
pub use self::interlace_type::InterlaceType;
pub use self::metric_type::MetricType;
pub use self::orientation_type::OrientationType;