diff --git a/src/wand/magick.rs b/src/wand/magick.rs index 343b192..28bd0b0 100644 --- a/src/wand/magick.rs +++ b/src/wand/magick.rs @@ -538,6 +538,10 @@ impl MagickWand { MagickTransformImageColorspace => transform_image_colorspace( colorspace: bindings::ColorspaceType) + /// Set the image alpha channel mode. + MagickSetImageAlphaChannel => set_image_alpha_channel( + alpha_channel: bindings::AlphaChannelOption) + /// Reduce the number of colors in the image. MagickQuantizeImage => quantize_image( number_of_colors: size_t, colorspace: bindings::ColorspaceType,