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