PDF4Java.Render Reference Documentation
Inheritance Hierarchy
In This Topic
    com.o2sol.pdf4java.render.imaging Package
    In This Topic
    Provides support for various image processing algorithms.
    Classes
    ClassDescription
    Defines a binarization filter that uses error diffusion dithering to convert grayscale data to black and white.
    Defines a binarization filter that uses a matrix of threshold values 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.
    Defines the base class for binarization filters.
    Binarization filters are used when converting a PDF page to black and white. The page is initially rendered in grayscale and then the grayscale image is converted to black and white using a binarization filter.
    Defines a binarization filter that uses error diffusion dithering to convert grayscale data to black and white.
    Defines a binarization filter that uses error diffusion dithering to convert grayscale data to black and white.
    Defines a binarization filter that uses error diffusion dithering to convert grayscale data to black and white.
    Defines a binarization filter that uses error diffusion dithering to convert grayscale data to black and white.
    Defines a binarization filter that uses a matrix of threshold values to convert grayscale data to black and white.
    Defines a binarization filter that uses error diffusion dithering to convert grayscale data to black and white.
    Defines a binarization filter that uses error diffusion dithering to convert grayscale data to black and white.
    Defines a binarization filter that uses error diffusion dithering to convert grayscale data to black and white.
    Defines a binarization filter that uses error diffusion dithering to convert grayscale data to black and white.
    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.
    See Also