Interface IIndexBitmapConverter

IIndexBitmapConverter interface

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

public interface IIndexBitmapConverter

Methods

NameDescription
Get1BppImage(Bitmap)Returns 1Bpp bitmap representation
Get4BppImage(Bitmap)Returns 4Bpp bitmap representation
Get8BppImage(Bitmap)Returns 8Bpp bitmap representation

See Also