Searched refs:IHDR (Results 1 – 9 of 9) sorted by relevance
40 const unsigned char IHDR[] = variable61 put_chunk(IHDR, sizeof IHDR); in main()
216 } IHDR; member238 extents->y_bearing = png.IHDR.height + y_offset; in get_png_extents()239 extents->width = png.IHDR.width; in get_png_extents()240 extents->height = -png.IHDR.height; in get_png_extents()
5 message IHDR { message42 required IHDR ihdr = 1;
15 section_IHDR="IHDR"
105 if (type.equals("IHDR")) {
300 ; CHECK-NEXT: 0000: 89504E47 0D0A1A0A 0000000D 49484452 |.PNG........IHDR|
606 all known chunks except for the IHDR,615 take precedence. The IHDR and IEND chunks should not be named in2239 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things3003 the IHDR settings. The remaining png_set_*() functions can be called4723 Checking for and reporting of errors in the IHDR chunk is more thorough.
452 Fixed a bug in the check for valid IHDR bit_depth/color_types in pngrutil.c1204 check for missing PLTE or IHDR in png_push_read_chunk() (Matthias Clasen).2416 Moved redundant IHDR checking into new png_check_IHDR() in png.c2417 and report all errors found in the IHDR data.4155 unknown chunks and all known chunks except for IHDR, PLTE, tRNS, IDAT,