diff --git a/rtengine/camconst.json b/rtengine/camconst.json index 45233fc16..9bdd8e1e3 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -1143,6 +1143,11 @@ Camera constants: "raw_crop": [ 144, 72, 6984, 4660 ] }, + { // Quality C, only raw crop + "make_model": [ "Canon EOS R" ], + "raw_crop": [ 144, 46, 6744, 4500 ] + }, + // Canon Powershot { // Quality C, CHDK DNGs, raw frame correction "make_model": "Canon PowerShot A3100 IS", diff --git a/rtengine/dcraw.cc b/rtengine/dcraw.cc index 0e95a3b1e..b8da498b2 100644 --- a/rtengine/dcraw.cc +++ b/rtengine/dcraw.cc @@ -9647,8 +9647,6 @@ void CLASS identify() parse_cine(); //--- RT ---------------------------------------------------------------- else if (!memcmp(head + 4, "ftypcrx ", 8)) { - std::cout << "11111 : " << 11111 << std::endl; - parse_canon_cr3(); } //-------------------------------------------------------------------------