Interface | Description |
---|---|
MonochromeBitmapConverter |
Interface for converters that convert images to monochrome (1-bit, bi-level) bitmap images.
|
Class | Description |
---|---|
BitmapImageUtil |
Utility method for dealing with bitmap images.
|
DefaultMonochromeBitmapConverter |
Default implementation of the MonochromeBitmapConverter which uses the Java Class Library
to convert grayscale bitmaps to monochrome bitmaps.
|
DitherUtil |
Utility methods for dithering.
|
JAIMonochromeBitmapConverter |
Implementation of the MonochromeBitmapConverter which uses Java Advanced Imaging (JAI)
to convert grayscale bitmaps to monochrome bitmaps.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.