Add set_image_alpha_channel function

This commit is contained in:
Błażej Święcicki
2018-05-18 13:51:28 +00:00
parent 631725121a
commit 88ceb3a4af

View File

@ -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,