com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Interface IIndexBitmapConverterInternal



  • public interface IIndexBitmapConverterInternal

    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 Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      com.aspose.ms.System.Drawing.Bitmap get1BppImageInternal(com.aspose.ms.System.Drawing.Bitmap src)
      Internal only Returns 1Bpp bitmap representation
      com.aspose.ms.System.Drawing.Bitmap get4BppImageInternal(com.aspose.ms.System.Drawing.Bitmap src)
      Internal only Returns 4Bpp bitmap representation
      com.aspose.ms.System.Drawing.Bitmap get8BppImageInternal(com.aspose.ms.System.Drawing.Bitmap src)
      Internal only Returns 8Bpp bitmap representation
    • Method Detail

      • get1BppImageInternal

        com.aspose.ms.System.Drawing.Bitmap get1BppImageInternal(com.aspose.ms.System.Drawing.Bitmap src)
        Internal only Returns 1Bpp bitmap representation
        Parameters:
        src - Source bitmap.
        Returns:
        Bitmap in 1 bpp image format.
      • get4BppImageInternal

        com.aspose.ms.System.Drawing.Bitmap get4BppImageInternal(com.aspose.ms.System.Drawing.Bitmap src)
        Internal only Returns 4Bpp bitmap representation
        Parameters:
        src - Source bitmap.
        Returns:
        Bitmap in 4 bpp image format.
      • get8BppImageInternal

        com.aspose.ms.System.Drawing.Bitmap get8BppImageInternal(com.aspose.ms.System.Drawing.Bitmap src)
        Internal only Returns 8Bpp bitmap representation
        Parameters:
        src - Source bitmap.
        Returns:
        Bitmap in 8 bpp image format.