multiply_image

Function multiply_image 

Source
pub fn multiply_image(img: &mut ImageBuffer<Rgba<u8>, Vec<u8>>)
Expand description

Multiplies an image buffer, running the opposite operation over the complete set of pixels in the image buffer.

ยงArguments

  • img - The image buffer to multiply.