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

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public interface IIndexBitmapConverter

The IIndexBitmapConverter type exposes the following members.

Methods
  NameDescription
Public methodGet1BppImage
Returns 1Bpp bitmap representation
Public methodGet4BppImage
Returns 4Bpp bitmap representation
Public methodGet8BppImage
Returns 8Bpp bitmap representation
See Also