com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Interface IIndexBitmapConverter



  • public interface IIndexBitmapConverter

    This interface declared for customization algorithms of quantization. Users can implement their own realization of this algorithms (for example algorithms based on unmanaged code).

    • Method Detail

      • get1BppImage

        BufferedImage get1BppImage(BufferedImage src)
        Returns 1Bpp bitmap representation
        Parameters:
        src - Source bitmap.
        Returns:
        Bitmap in 1 bpp image format.
      • get4BppImage

        BufferedImage get4BppImage(BufferedImage src)
        Returns 4Bpp bitmap representation
        Parameters:
        src - Source bitmap.
        Returns:
        Bitmap in 4 bpp image format.
      • get8BppImage

        BufferedImage get8BppImage(BufferedImage src)
        Returns 4Bpp bitmap representation
        Parameters:
        src - Source bitmap.
        Returns:
        Bitmap in 4 bpp image format.