Searched refs:force_palette (Results 1 - 2 of 2) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h616 unsigned force_palette; member in struct:LodePNGEncoderSettings
1177 *) force_palette: if colortype is 2 or 6, you can make the encoder write a PLTE
1178 chunk if force_palette is true. This can used as suggested palette to convert
H A Dlodepng.cpp5678 if((info.color.colortype == LCT_PALETTE || state->encoder.force_palette)
5745 if(state->encoder.force_palette && (info.color.colortype == LCT_RGB || info.color.colortype == LCT_RGBA))
5910 settings->force_palette = 0;

Completed in 2180 milliseconds