Analyzes the colors within a set of reference images and chooses a
fixed number of colors to represent the set. The goal of the algorithm
is to minimize the difference between the input and output images while
minimizing the processing time.
Set to true to calculate quantization errors
when quantizing the image. These can be accessed
with: normalizedMeanError, normalizedMaxError
and meanErrorPerPixel.
Analyzes the colors within a set of reference images and chooses a fixed number of colors to represent the set. The goal of the algorithm is to minimize the difference between the input and output images while minimizing the processing time.