In This Topic
Defines a binarization filter that uses a fixed threshold to convert grayscale data to black and white.
Gray values above the threshold are converted to white, gray values below the threshold are converted to black.
Object Model
Syntax
Inheritance Hierarchy
java.lang.Object
com.o2sol.pdf4java.render.imaging.PDFBinarizationFilter
com.o2sol.pdf4java.render.imaging.PDFThresholdFilter
See Also