Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:compression

332          "Unknown zTXt compression type %d", comp_type);
335 png_warning(png_ptr, "Unknown zTXt compression type");
1045 /* there should be at least one zero (the compression type byte)
1058 png_warning(png_ptr, "Ignoring nonzero compression type in iCCP chunk");
1928 text_ptr->compression = PNG_TEXT_COMPRESSION_NONE;
2008 png_warning(png_ptr, "Unknown compression type in zTXt chunk");
2026 text_ptr->compression = comp_type;
2097 /* iTXt must have a language tag (possibly empty), two compression bytes,
2143 text_ptr->compression = (int)comp_flag + 1;
3993 png_warning(png_ptr, "Extra compression data");