image-effects 0.1.0

An assortment of effects that can be applied to an image with the help of `image`.
Documentation
1
2
3
4
5
6
7
8
pub mod utils;
pub mod colours;
pub mod comparisons;
pub mod conversions;
pub mod gradient;

/// Contains some default palettes that can be useful for dithering.
pub mod palettes;