Add ColorspaceType type

This commit is contained in:
5ohue
2024-05-09 21:36:09 +03:00
parent d6c617ebce
commit e419039647
6 changed files with 161 additions and 25 deletions

View File

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