merge with dev
This commit is contained in:
@@ -805,6 +805,13 @@ Camera constants:
|
||||
|
||||
// Canon mid-range DSLRs (Rebels)
|
||||
|
||||
{ // Quality C
|
||||
"make_model": [ "Canon EOS 400D DIGITAL" ],
|
||||
"ranges": {
|
||||
"white": 4056
|
||||
}
|
||||
},
|
||||
|
||||
{ // Quality B, ISO and aperture WL data by ..... at RawTherapee forums, missing samples safely guessed
|
||||
"make_model": [ "Canon EOS 550D", "Canon EOS Rebel T2i", "Canon EOS Kiss X4" ],
|
||||
"dcraw_matrix": [ 6941,-1164,-857,-3825,11597,2534,-416,1540,6039 ], // dcraw 550d
|
||||
@@ -1359,6 +1366,11 @@ Camera constants:
|
||||
"raw_crop": [ 4, 4, -4, -4 ] // full raw 6016x4016, Official 6000x4000
|
||||
},
|
||||
|
||||
{ // Quality C
|
||||
"make_model": "LEICA Q2",
|
||||
"raw_crop": [ 0, 0, 8392, 5624 ]
|
||||
},
|
||||
|
||||
{ // Quality B, Matrix from Adobe's dcp D65 instead of the internal in Leica's DNG
|
||||
"make_model": "LEICA SL (Typ 601)",
|
||||
"dcraw_matrix": [ 11492,-4930,-1188,-5593,14673,873,-609,1474,6343 ], // DNGv9.3 D65
|
||||
|
Reference in New Issue
Block a user