From 26f29a5e811dffdae296f63aea9740b7cc3c80dc Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Tue, 23 Apr 2019 18:53:04 +0200 Subject: [PATCH 1/2] Added ColorMatrix for HUAWEI DLI-L22 --- rtengine/camconst.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index f4efe6fc9..0a356f704 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -2556,6 +2556,11 @@ Camera constants: "raw_crop": [ 64, 108, 11608, 8708 ] }, + { + "make_model": [ "HUAWEI DLI-L22" ], + "dcraw_matrix": [ 6984, -812, -975, -4792, 13481, 1381, -1056, 2355, 4873 ] // ColorMatrix1 (D65, wrong order) from Adobe DNG Converter 11.2.1 + }, + // Dummy test entry to test the parser and show the format with all entries active { "make_model": "DummyMake DummyModel", From a2e2ace1c879aeafc581227602ebeada7625326d Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Sun, 28 Apr 2019 17:15:00 +0200 Subject: [PATCH 2/2] Added colormatrix for samsung SM-N960F #5311 --- rtengine/camconst.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index 0a356f704..2492eec28 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -2561,6 +2561,11 @@ Camera constants: "dcraw_matrix": [ 6984, -812, -975, -4792, 13481, 1381, -1056, 2355, 4873 ] // ColorMatrix1 (D65, wrong order) from Adobe DNG Converter 11.2.1 }, + { + "make_model": [ "samsung SM-N960F" ], + "dcraw_matrix": [ 6632, -622, -1104, -5659, 14819, 773, -1846, 4465, 4967 ] // ColorMatrix1 from Adobe DNG Converter 11.1 + }, + // Dummy test entry to test the parser and show the format with all entries active { "make_model": "DummyMake DummyModel",