Lines Matching defs:error
227 printf("Error: keepchunks format must be like for example:\n"
286 unsigned error;
291 error = ZopfliPNGOptimize(origpng, png_options, true, &resultpng);
293 if (error) {
294 printf("Decoding error %i: %s\n", error, lodepng_error_text(error));
298 if (!error) {
299 error = lodepng::decode(image, w, h, inputstate, resultpng);
300 if (error) printf("Error: verification of result failed.\n");
303 if (error) {
304 printf("There was an error\n");