undither 1.0.8

Smart filter to remove Floyd-Steinberg dithering from paletted images
Documentation
1
2
3
4
5
6
7
8
9
10
mod acc;
mod pal;
mod palalpha;
mod prewitt;
mod undither;

pub use crate::pal::Pal;
pub use crate::palalpha::PalAlpha;
pub use crate::palalpha::PixAlphaAble;
pub use crate::undither::Undither;