Package org.apache.fop.util.bitmap


package org.apache.fop.util.bitmap
  • Class
    Description
    Utility method for dealing with bitmap images.
    Default implementation of the MonochromeBitmapConverter which uses the Java Class Library to convert grayscale bitmaps to monochrome bitmaps.
    Utility methods for dithering.
    Implementation of the MonochromeBitmapConverter which uses Java Advanced Imaging (JAI) to convert grayscale bitmaps to monochrome bitmaps.
    Interface for converters that convert images to monochrome (1-bit, bi-level) bitmap images.