raw crops for FUJIFILM X-T30 and Sony DSC-HX99

This commit is contained in:
heckflosse
2019-06-26 22:12:38 +02:00
parent e76d98fb9f
commit a652752c2f

View File

@@ -1327,7 +1327,7 @@ Camera constants:
}, },
{ // Quality C, only raw crop { // Quality C, only raw crop
"make_model": [ "FUJIFILM X-T3" ], "make_model": [ "FUJIFILM X-T3", "FUJIFILM X-T30" ],
"raw_crop": [ 0, 5, 6252, 4176] "raw_crop": [ 0, 5, 6252, 4176]
}, },
@@ -2436,6 +2436,11 @@ Camera constants:
"ranges": { "black": 512, "white": 16300 } "ranges": { "black": 512, "white": 16300 }
}, },
{ // Quality C
"make_model": [ "Sony DSC-HX99" ],
"raw_crop": [ 0, 0, -8, 0 ] // 8 rightmost columns are garbage
},
{ // Quality C { // Quality C
"make_model": [ "Sony DSC-R1" ], "make_model": [ "Sony DSC-R1" ],
"raw_crop": [ 0, 0, 3924, 2608 ] "raw_crop": [ 0, 0, 3924, 2608 ]