Searched refs:PLTE (Results 1 – 7 of 7) sorted by relevance
/external/oss-fuzz/projects/libpng-proto/ |
D | png_fuzz_proto.proto | 12 message PLTE { message 34 PLTE plte = 1;
|
/external/libpng/contrib/oss-fuzz/ |
D | png.dict | 16 section_PLTE="PLTE"
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/ |
D | decode_png.dict | 16 section_PLTE="PLTE"
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 4927 ucvector PLTE; in addChunk_PLTE() local 4928 ucvector_init(&PLTE); in addChunk_PLTE() 4932 if(i % 4 != 3) ucvector_push_back(&PLTE, info->palette[i]); in addChunk_PLTE() 4934 error = addChunk(out, "PLTE", PLTE.data, PLTE.size); in addChunk_PLTE() 4935 ucvector_cleanup(&PLTE); in addChunk_PLTE()
|
/external/libpng/ |
D | libpng-manual.txt | 607 PLTE, tRNS, IDAT, and IEND chunks are 2463 type, such as PLTE, is allowed. If "seq" is not -1, and multiple items 2820 a PLTE chunk with fewer entries than the bit depth would allow. 3232 PNG_HAVE_IHDR: before PLTE 3449 the PLTE chunk when PLTE is present, you can write the PNG info in 3717 type, such as PLTE, is allowed. If "seq" is not -1, and multiple items 3754 structure and continue to use the PLTE, tRNS, and hIST data in the write 5225 Starting with libpng-1.6.19, attempting to set an over-length PLTE chunk 5228 PLTE chunk found in an input PNG is silently truncated.
|
D | CHANGES | 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. [all …]
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 762 # This only affects support of the optional PLTE chunk in RGB and RGBA
|