pub fn invert<I: GenericImage>(image: &mut I)
Expand description

Invert each pixel within the supplied image. This function operates in place.