/// Quantization operation
////// This can be used to reduce image palette by performing quantization operation.
#[cfg(feature ="quantization")]pubmodquantize;/// Resize an image to a new dimensions
#[cfg(feature ="resize")]pubmodresize;/// Operations to apply icc profiles
#[cfg(feature ="icc")]pubmodicc;