geosolutions-it / jai-ext

Java Advanced Imaging Open Source Replacement Wannabe
Apache License 2.0
89 stars 38 forks source link

Quantizer may loose colors in Palette when there are transparent pixels #278

Closed mbarto closed 3 years ago

mbarto commented 3 years ago

The previous fix for #175 sometimes discards colors even if the palette is able to contain all colors in original image. A better alghoritm is needed to ensure both goals: enforcing transparent color to be in the final colormap and not discarding colors when not needed.