Fix the incorrect rendering of Leica M8 DNGs by removing white level in camconst
This commit is contained in:
@@ -1549,7 +1549,7 @@ Camera constants:
|
|||||||
{ // Quality C
|
{ // Quality C
|
||||||
"make_model": "LEICA M8",
|
"make_model": "LEICA M8",
|
||||||
"dcraw_matrix": [ 7675, -2196, -305, -5860, 14119, 1855, -2425, 4006, 6578 ], // DNG
|
"dcraw_matrix": [ 7675, -2196, -305, -5860, 14119, 1855, -2425, 4006, 6578 ], // DNG
|
||||||
"ranges": { "white": 16383 }
|
// Do not set white level, probably special handling by dcraw (see #6237)
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // Quality C
|
{ // Quality C
|
||||||
|
Reference in New Issue
Block a user