Closed odan closed 5 years ago
Extension: *.pcd
The ASCII string "PCD_IPI" appears in the file, usually(?) at offset 2048.
Header contains PCD_IPI and PCD_OPA.
PCD_IPI
PCD_OPA
overview = compareBytes(pcdFile->header.signature,"PCD_OPA") == 0; if ((compareBytes(pcdFile->ipiHeader.ipiSignature,"PCD_IPI") != 0) && !overview) { strncpy(errorString, "That is not a valid PCD file", kPCDMaxStringLength*3-1); return false; }
Source:
Very old format and hard to identify.
PCD - Kodak Photo CD
Extension: *.pcd
Magic bytes
The ASCII string "PCD_IPI" appears in the file, usually(?) at offset 2048.
Header contains
PCD_IPI
andPCD_OPA
.Source: