Add more PixelInterpolateMethod in API
This commit is contained in:
@ -364,7 +364,7 @@ fn test_clut_image() {
|
||||
assert!(wand
|
||||
.clut_image(
|
||||
&gradient,
|
||||
bindings::PixelInterpolateMethod_BilinearInterpolatePixel
|
||||
magick_rust::PixelInterpolateMethod::Bilinear
|
||||
)
|
||||
.is_ok());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user