Package net.sourceforge.jiu.color.reduction
package net.sourceforge.jiu.color.reduction
-
ClassesClassDescriptionDetects the minimum (in terms of memory) color type of an image.Reduces the color depth of RGB truecolor images.Reduces the number of shades of gray of a grayscale image.Reduces a
GrayIntegerImage
to aBilevelImage
by setting all values below a certain threshold value to black and everything else to white.Converts RGB color images (both truecolor and paletted) to grayscale images.