Add InterlaceType type
This commit is contained in:
@ -6,6 +6,7 @@ mod dispose_type;
|
||||
mod dither_method;
|
||||
mod filter_type;
|
||||
mod gravity_type;
|
||||
mod interlace_type;
|
||||
mod pixel_interpolate_method;
|
||||
mod metric_type;
|
||||
mod resource_type;
|
||||
@ -18,6 +19,7 @@ pub use self::dispose_type::DisposeType;
|
||||
pub use self::dither_method::DitherMethod;
|
||||
pub use self::filter_type::FilterType;
|
||||
pub use self::gravity_type::GravityType;
|
||||
pub use self::interlace_type::InterlaceType;
|
||||
pub use self::pixel_interpolate_method::PixelInterpolateMethod;
|
||||
pub use self::metric_type::MetricType;
|
||||
pub use self::resource_type::ResourceType;
|
||||
|
||||
Reference in New Issue
Block a user