| Class | Description |
|---|---|
| AutoDetectColorType |
Detects the minimum (in terms of memory) color type of an image.
|
| ReduceRGB |
Reduces the color depth of RGB truecolor images.
|
| ReduceShadesOfGray |
Reduces the number of shades of gray of a grayscale image.
|
| ReduceToBilevelThreshold |
Reduces a
GrayIntegerImage to a
BilevelImage by setting all values below
a certain threshold value to black and everything else to white. |
| RGBToGrayConversion |
Converts RGB color images (both truecolor and paletted) to grayscale images.
|