CR3 bbp fix & camconst entries for Canon EOS R5/R6 and Nikon Z7
Fix, matrices and DCP files courtesy of ART (Alberto Griggio <agriggio@users.noreply.github.com>)
This commit is contained in:
@@ -3132,7 +3132,8 @@ void DCraw::crxLoadRaw()
|
||||
hdr.tileHeight >>= 1;
|
||||
}
|
||||
|
||||
// /*imgdata.color.*/maximum = (1 << hdr.nBits) - 1;
|
||||
// /*imgdata.color.*/maximum = (1 << hdr.nBits) - 1;
|
||||
tiff_bps = hdr.nBits;
|
||||
|
||||
std::uint8_t* const hdrBuf = static_cast<std::uint8_t*>(malloc(hdr.mdatHdrSize));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user