add drawing and pixel wands; add some methods to MagickWand
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
#[macro_use] mod macros;
|
||||
mod magick;
|
||||
mod drawing;
|
||||
mod pixel;
|
||||
|
||||
pub use self::magick::MagickWand;
|
||||
pub use self::drawing::DrawingWand;
|
||||
pub use self::pixel::{HSL, PixelWand};
|
||||
|
||||
Reference in New Issue
Block a user