Searched refs:mng_IHDR (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | png.c | 539 static const png_byte mng_IHDR[5]={ 73, 72, 68, 82, (png_byte) '\0'}; variable 4382 PNGType(data,mng_IHDR); in ReadOneJNGImage() 4383 LogPNGChunk(logging,mng_IHDR,13L); in ReadOneJNGImage() 6188 if (memcmp(type,mng_IHDR,4) in ReadMNGImage() 6408 if (memcmp(type,mng_IHDR,4) == 0) in ReadMNGImage()
|