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).

Methods

MethodDescription
get1BppImageInternal(System.Drawing.Bitmap src)Internal only Returns 1Bpp bitmap representation
get4BppImageInternal(System.Drawing.Bitmap src)Internal only Returns 4Bpp bitmap representation
get8BppImageInternal(System.Drawing.Bitmap src)Internal only Returns 8Bpp bitmap representation

get1BppImageInternal(System.Drawing.Bitmap src)

public abstract System.Drawing.Bitmap get1BppImageInternal(System.Drawing.Bitmap src)

Internal only Returns 1Bpp bitmap representation

Parameters:

ParameterTypeDescription
srccom.aspose.ms.System.Drawing.BitmapSource bitmap.

Returns: com.aspose.ms.System.Drawing.Bitmap - Bitmap in 1 bpp image format.

get4BppImageInternal(System.Drawing.Bitmap src)

public abstract System.Drawing.Bitmap get4BppImageInternal(System.Drawing.Bitmap src)

Internal only Returns 4Bpp bitmap representation

Parameters:

ParameterTypeDescription
srccom.aspose.ms.System.Drawing.BitmapSource bitmap.

Returns: com.aspose.ms.System.Drawing.Bitmap - Bitmap in 4 bpp image format.

get8BppImageInternal(System.Drawing.Bitmap src)

public abstract System.Drawing.Bitmap get8BppImageInternal(System.Drawing.Bitmap src)

Internal only Returns 8Bpp bitmap representation

Parameters:

ParameterTypeDescription
srccom.aspose.ms.System.Drawing.BitmapSource bitmap.

Returns: com.aspose.ms.System.Drawing.Bitmap - Bitmap in 8 bpp image format.