Lines Matching refs:fix_png
3104 unsigned fix_png)
3161 /*This is an error according to the PNG spec, but fix_png can ignore it*/
3162 if(!fix_png) return (mode->bitdepth == 8 ? 46 : 47); /*index out of palette*/
3216 unsigned fix_png)
3288 /*This is an error according to the PNG spec, but fix_png can ignore it*/
3289 if(!fix_png) return (mode->bitdepth == 8 ? 46 : 47); /*index out of palette*/
3395 unsigned w, unsigned h, unsigned fix_png)
3434 error = getPixelColorsRGBA8(out, numpixels, 1, in, mode_in, fix_png);
3438 error = getPixelColorsRGBA8(out, numpixels, 0, in, mode_in, fix_png);
3445 error = getPixelColorRGBA8(&r, &g, &b, &a, in, i, mode_in, fix_png);
3557 unsigned fix_png)
3661 error = getPixelColorRGBA8(&r, &g, &b, &a, in, i, mode, fix_png);
3780 error = get_color_profile(&profile, image, w * h, mode_in, 0 /*fix_png*/);
4775 else state->error = lodepng_convert(*out, data, &state->info_raw, &state->info_png.color, *w, *h, state->decoder.fix_png);
4836 settings->fix_png = 0;
5715 state->error = lodepng_convert(converted, image, &info.color, &state->info_raw, w, h, 0 /*fix_png*/);