Add EndianType type
This commit is contained in:
@ -4,6 +4,7 @@ mod composite_operator;
|
||||
mod compression_type;
|
||||
mod dispose_type;
|
||||
mod dither_method;
|
||||
mod endian_type;
|
||||
mod filter_type;
|
||||
mod gravity_type;
|
||||
mod interlace_type;
|
||||
@ -17,6 +18,7 @@ pub use self::composite_operator::CompositeOperator;
|
||||
pub use self::compression_type::CompressionType;
|
||||
pub use self::dispose_type::DisposeType;
|
||||
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::interlace_type::InterlaceType;
|
||||
|
||||
Reference in New Issue
Block a user