| Package | Description |
|---|---|
| net.sourceforge.jiu.color.adjustment |
Contains operations that modify pixel colors independent from other pixels.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Brightness
Adjusts the brightness of an image.
|
class |
Contrast
Adjusts the contrast of an image.
|
class |
EqualizeHistogram
Equalize the image using histogram information separately for each channel.
|
class |
GammaCorrection
Corrects the gamma of an image.
|
class |
NormalizeHistogram
Normalize the image using histogram information, separately for each
channel.
|