From fcc6306f9ea54dfadb5da6309f3b3d4aaf7e5666 Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Sat, 28 Mar 2020 14:28:08 +0100 Subject: [PATCH] dcraw_matrix for FUJIFILM X100V --- rtengine/camconst.json | 1 + 1 file changed, 1 insertion(+) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index 44e01ea99..73699b632 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -1297,6 +1297,7 @@ Camera constants: { // Quality C "make_model": [ "FUJIFILM X100V" ], + "dcraw_matrix": [ 13426,-6334,-1177,-4244,12136,2371,-580,1303,5980 ], // DNG_v12.2 D65 "raw_crop": [ 0, 5, 6252, 4140 ] },