public interface MonochromeBitmapConverter
Modifier and Type | Method and Description |
---|---|
java.awt.image.RenderedImage |
convertToMonochrome(java.awt.image.BufferedImage img)
Converts a bitmap image to a monochrome (1-bit) b/w bitmap image.
|
void |
setHint(java.lang.String name,
java.lang.String value)
Sets a hint to the implementation
|
void setHint(java.lang.String name, java.lang.String value)
name
- the name of the hintvalue
- the valuejava.awt.image.RenderedImage convertToMonochrome(java.awt.image.BufferedImage img)
img
- the original imageCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.