| Class | Description |
|---|---|
| BytePacker |
Pack byte array one byte at a time (alternative to ArrayUtils.packByteArray()).
|
| DCT |
DCT and IDCT transformation utility class used by JPEG encoders and decoders.
|
| IMGUtils |
This utility class contains static methods
to help with image manipulation and IO.
|
| InverseColorMap |
Helper class used for the dithering process to provide an efficient
nearest color searching in a predefined color map for a given color.
|