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).
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Drawing.Bitmap |
get1BppImage(com.aspose.ms.System.Drawing.Bitmap src) |
com.aspose.ms.System.Drawing.Bitmap |
get4BppImage(com.aspose.ms.System.Drawing.Bitmap src) |
com.aspose.ms.System.Drawing.Bitmap |
get8BppImage(com.aspose.ms.System.Drawing.Bitmap src) |
com.aspose.ms.System.Drawing.Bitmap get1BppImage(com.aspose.ms.System.Drawing.Bitmap src)
com.aspose.ms.System.Drawing.Bitmap get4BppImage(com.aspose.ms.System.Drawing.Bitmap src)
com.aspose.ms.System.Drawing.Bitmap get8BppImage(com.aspose.ms.System.Drawing.Bitmap src)
Copyright © 2018 Aspose. All Rights Reserved.