Trait img_hash::DiffImage[][src]

pub trait DiffImage {
    fn diff_inplace(&mut self, other: &Self);
}

Image types that can be diffed.

Required methods

fn diff_inplace(&mut self, other: &Self)[src]

Subtract the pixel values of other from self in-place.

Loading content...

Implementations on Foreign Types

impl<P: 'static> DiffImage for ImageBuffer<P, Vec<u8>> where
    P: Pixel<Subpixel = u8>, 
[src]

Loading content...

Implementors

Loading content...