ImageOptim / libimagequant

Palette quantization library that powers pngquant and other PNG optimizers
https://pngquant.org/lib
Other
780 stars 132 forks source link

Share acolormap in omp parallel for #8

Closed leahneukirchen closed 7 years ago

leahneukirchen commented 7 years ago

Even though 'acolormap' is declared const and we use "default(none)", GCC 6.3.0 does not infer "shared" for it; declare it explicitly.

kornelski commented 7 years ago

Thanks