add color-related getters and mutations
This commit is contained in:
@ -37,7 +37,8 @@ mod conversions;
|
||||
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|
||||
|
||||
pub use wand::*;
|
||||
pub use bindings::MetricType;
|
||||
pub use bindings::{MetricType, FilterType, ColorspaceType, DitherMethod};
|
||||
pub use conversions::ToMagick;
|
||||
|
||||
use libc::size_t;
|
||||
#[cfg(not(target_os = "freebsd"))]
|
||||
|
||||
Reference in New Issue
Block a user