Add DitherMethod type

This commit is contained in:
5ohue
2024-05-09 21:42:51 +03:00
parent e419039647
commit cfbdbd4c0e
5 changed files with 31 additions and 6 deletions

View File

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