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).
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
|
com.aspose.ms.System.Drawing.Bitmap get1BppImageInternal(com.aspose.ms.System.Drawing.Bitmap src)
src
- Source bitmap.com.aspose.ms.System.Drawing.Bitmap get4BppImageInternal(com.aspose.ms.System.Drawing.Bitmap src)
src
- Source bitmap.com.aspose.ms.System.Drawing.Bitmap get8BppImageInternal(com.aspose.ms.System.Drawing.Bitmap src)
src
- Source bitmap.