Lines Matching refs:compression
422 png_snprintf(umsg, sizeof umsg, "Unknown zTXt compression type %d",
426 png_warning(png_ptr, "Unknown zTXt compression type");
1125 /* There should be at least one zero (the compression type byte)
1140 png_warning(png_ptr, "Ignoring nonzero compression type in iCCP chunk");
2096 text_ptr->compression = PNG_TEXT_COMPRESSION_NONE;
2197 png_warning(png_ptr, "Unknown compression type in zTXt chunk");
2216 text_ptr->compression = comp_type;
2306 /* iTXt must have a language tag (possibly empty), two compression bytes,
2364 text_ptr->compression = (int)comp_flag + 1;
3226 png_warning(png_ptr, "Extra compression data.");