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 |
---|---|
BufferedImage |
get1BppImage(BufferedImage src)
Returns 1Bpp bitmap representation
|
BufferedImage |
get4BppImage(BufferedImage src)
Returns 4Bpp bitmap representation
|
BufferedImage |
get8BppImage(BufferedImage src)
Returns 4Bpp bitmap representation
|
BufferedImage get1BppImage(BufferedImage src)
src
- Source bitmap.BufferedImage get4BppImage(BufferedImage src)
src
- Source bitmap.BufferedImage get8BppImage(BufferedImage src)
src
- Source bitmap.