rimage 0.12.3

Optimize images natively with best-in-class codecs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/// Quantization operation
///
/// This can be used to reduce image palette by performing quantization operation.
#[cfg(feature = "quantization")]
pub mod quantize;
/// Resize an image to a new dimensions
#[cfg(feature = "resize")]
pub mod resize;

/// Operations to apply icc profiles
#[cfg(feature = "icc")]
pub mod icc;