Searched refs:IHDR (Results 1 – 5 of 5) sorted by relevance
40 const unsigned char IHDR[] = variable61 put_chunk(IHDR, sizeof IHDR); in main()
181 static private final int IHDR = 0x49484452, IDAT = 0x49444154, IEND = 0x49454E44; field in PixmapIO.PNG228 buffer.writeInt(IHDR); in write()
105 if (type.equals("IHDR")) {
601 all known chunks except for the IHDR,610 take precedence. The IHDR and IEND chunks should not be named in2191 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things2949 the IHDR settings. The remaining png_set_*() functions can be called4653 Checking for and reporting of errors in the IHDR chunk is more thorough.
453 Fixed a bug in the check for valid IHDR bit_depth/color_types in pngrutil.c1205 check for missing PLTE or IHDR in png_push_read_chunk() (Matthias Clasen).2417 Moved redundant IHDR checking into new png_check_IHDR() in png.c2418 and report all errors found in the IHDR data.4156 unknown chunks and all known chunks except for IHDR, PLTE, tRNS, IDAT,