[][src]Function pconvert_rust::blending::demultiply_image

pub fn demultiply_image(img: &mut ImageBuffer<Rgba<u8>, Vec<u8>>)

Demultiplies an image buffer, by applying the demultiply operation over the complete set of pixels in the provided image buffer.

Arguments

  • img - The image buffer to demultiply.