Merge pull request #6208 from Beep6581/gfx100-support

Apply patch to support 16-bit Fujifilm files + support for GFX 100 and GFX100S
This commit is contained in:
Thanatomanic
2021-04-18 13:51:21 +02:00
committed by GitHub
3 changed files with 23 additions and 19 deletions

View File

@@ -1308,8 +1308,8 @@ Camera constants:
},
{ // Quality C
"make_model": "FUJIFILM GFX 100",
"dcraw_matrix" : [16212, -8423, -1583, -4336, 12583, 1937, -195, 726, 6199], // taken from ART
"make_model": [ "FUJIFILM GFX 100", "FUJIFILM GFX100S" ],
"dcraw_matrix" : [ 16212, -8423, -1583, -4336, 12583, 1937, -195, 726, 6199 ], // taken from ART
"raw_crop": [ 0, 2, 11664, 8734 ]
},