Add compositeOperator type

This commit is contained in:
5ohue
2023-11-16 21:43:26 +03:00
parent 857085a1a3
commit 3b0377d94a
4 changed files with 332 additions and 10 deletions

View File

@ -36,9 +36,7 @@ use libc::size_t;
#[cfg(not(target_os = "freebsd"))]
use libc::ssize_t;
pub use bindings::{
ColorspaceType, CompositeOperator, DitherMethod, FilterType, GravityType, MetricType,
};
pub use bindings::{ColorspaceType, DitherMethod, FilterType, GravityType, MetricType};
pub use conversions::ToMagick;
pub use result::MagickError;
use result::Result;