public interface MonochromeBitmapConverter
Modifier and Type | Method and Description |
---|---|
RenderedImage |
convertToMonochrome(BufferedImage img)
Converts a bitmap image to a monochrome (1-bit) b/w bitmap image.
|
void |
setHint(String name,
String value)
Sets a hint to the implementation
|
void setHint(String name, String value)
name
- the name of the hintvalue
- the valueRenderedImage convertToMonochrome(BufferedImage img)
img
- the original imageCopyright © 2025 Apache Software Foundation. All rights reserved.