Home
last modified time | relevance | path

Searched refs:pHdr (Results 1 – 1 of 1) sorted by relevance

/trunk/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp213 icHeader *pHdr = &pIcc->m_Header; in dumpProfile() local
218 if(Fmt.IsProfileIDCalculated(&pHdr->profileID)) in dumpProfile()
222 fprintf(outfile,"Size: %ld(0x%lx) bytes\n", pHdr->size, pHdr->size); in dumpProfile()
229 pHdr->date.month, pHdr->date.day, pHdr->date.year, in dumpProfile()
230 pHdr->date.hours, pHdr->date.minutes, pHdr->date.seconds); in dumpProfile()
231 fprintf(outfile,"Creator: %s\n", icGetSig(buf, pHdr->creator)); in dumpProfile()
234 fprintf(outfile,"PCS Color Space: %s\n", Fmt.GetColorSpaceSigName(pHdr->pcs)); in dumpProfile()
238 fprintf(outfile,"Version: %s\n", Fmt.GetVersionName(pHdr->version)); in dumpProfile()
240 icFtoD(pHdr->illuminant.X), in dumpProfile()
241 icFtoD(pHdr->illuminant.Y), in dumpProfile()
[all …]

Completed in 14 milliseconds