addImage method
Add an image to the quantized color table.
Implementation
void addImage(Image image) {
_learn(image);
_fix();
_inxBuild();
_copyColorMap();
}
Add an image to the quantized color table.
void addImage(Image image) {
_learn(image);
_fix();
_inxBuild();
_copyColorMap();
}