[][src]Function graphicsmagick_sys::GetImageDistortion

pub unsafe extern "C" fn GetImageDistortion(
    reference_image: *const Image,
    compare_image: *const Image,
    metric: MetricType,
    distortion: *mut f64,
    exception: *mut ExceptionInfo
) -> c_uint