Skip navigation links

Package net.sourceforge.jiu.color.reduction

Classes to convert images to a lower color type.

See: Description

Package net.sourceforge.jiu.color.reduction Description

Classes to convert images to a lower color type. Usually, that conversion is lossy (e.g. from RGB truecolor to grayscale, or from shades of gray to black and white).

However, the AutoDetectColorType class reduces only if an image can be converted to a lower color type without losing information. This is the inverse operation to color promotion, provided by another package.

Skip navigation links