Home | History | Annotate | Download | only in lodepng

Lines Matching full:phys

4550   if(chunkLength != 9) return 74; /*invalid pHYs chunk size*/
4678 else if(lodepng_chunk_type_equals(chunk, "pHYs"))
5150 error = addChunk(out, "pHYs", data.data, data.size);
5761 /*pHYs (must come before the IDAT chunks)*/
6006 case 74: return "invalid pHYs chunk size";