pub fn multiply_image(img: &mut ImageBuffer<Rgba<u8>, Vec<u8>>)
Multiplies an image buffer, running the opposite operation over the complete set of pixels in the image buffer.
img