[][src]Function apng::filter

pub fn filter(
    method: FilterType,
    bpp: usize,
    previous: &[u8],
    current: &mut [u8]
)