Lines Matching refs:PLTE
267 Check for overlength tRNS chunk present when indexed-color PLTE is read.
531 Removed unused PLTE entries from pngnow.png
668 Eliminated erroneous warnings about multiple sPLT chunks and sPLT-after-PLTE.
883 Added a check for overlength PLTE chunk in pngrutil.c.
996 compatible manner. PLTE and tRNS were revised similarly.
1089 Added a check for attempts to read or write PLTE in grayscale PNG datastreams.
1204 check for missing PLTE or IHDR in png_push_read_chunk() (Matthias Clasen).
3664 Changed misleading "Missing PLTE before cHRM" warning to "Out of place cHRM"
4155 unknown chunks and all known chunks except for IHDR, PLTE, tRNS, IDAT,
4420 Reenabled code to allow zero length PLTE chunks for MNG.
4756 Handle zero-length PLTE chunk or NULL palette with png_error()
5395 Prevent setting or writing over-length PLTE chunk (Cosmin Truta).
5396 Silently truncate over-length PLTE chunk while reading.