Add compare_images method

This commit is contained in:
gentoo90
2017-05-16 16:43:08 +03:00
parent 4a5b6935ed
commit c50b3e27de
3 changed files with 35 additions and 1 deletions

View File

@ -37,6 +37,7 @@ mod conversions;
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
pub use wand::*;
pub use bindings::MetricType;
use libc::size_t;
#[cfg(not(target_os = "freebsd"))]