raw crop for OLYMPUS TG-5 and TG-6
This commit is contained in:
@@ -1725,9 +1725,15 @@ Camera constants:
|
|||||||
{ // Quality B,
|
{ // Quality B,
|
||||||
"make_model": "OLYMPUS TG-5",
|
"make_model": "OLYMPUS TG-5",
|
||||||
"dcraw_matrix": [ 10899,-3833,-1082,-2112,10736,1575,-267,1452,5269 ], // DNG_V9.12 D65
|
"dcraw_matrix": [ 10899,-3833,-1082,-2112,10736,1575,-267,1452,5269 ], // DNG_V9.12 D65
|
||||||
|
"raw_crop": [ 0, 0, -18, 0 ], // 18 pixels at right are garbage
|
||||||
"ranges": { "white": 4050 } // safe for worst case detected, nominal is 4093
|
"ranges": { "white": 4050 } // safe for worst case detected, nominal is 4093
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ // Quality C, only raw crop
|
||||||
|
"make_model": "OLYMPUS TG-6",
|
||||||
|
"raw_crop": [ 0, 0, -24, 0 ] // 24 pixels at right are garbage
|
||||||
|
},
|
||||||
|
|
||||||
{ // Quality C, only green equilibration
|
{ // Quality C, only green equilibration
|
||||||
"make_model" : ["OLYMPUS E-3", "OLYMPUS E-520"],
|
"make_model" : ["OLYMPUS E-3", "OLYMPUS E-520"],
|
||||||
"global_green_equilibration" : true
|
"global_green_equilibration" : true
|
||||||
|
Reference in New Issue
Block a user