Add ImageType type
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user