From 2366cb4935165a86e86be3c608548a48bd48fa39 Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Mon, 1 Mar 2021 18:30:40 +0100 Subject: [PATCH] raw crop for Leica SL2-S --- rtengine/camconst.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index ca3b4f7d9..d0947cc69 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -1492,6 +1492,11 @@ Camera constants: "raw_crop": [ 0, 0, 0, -18 ] // 18 rows at bottom are garbage }, + { // Quality C, only raw crop + "make_model": "Leica SL2-S", + "raw_crop": [ 0, 2, 6024, 4042 ] // 2 rows at top and 4 rows at bottom are black + }, + { // Quality B, Matrix from ART "make_model" : "LEICA V-LUX 5", "dcraw_matrix" : [9803, -4185, -992, -4066, 12578, 1628, -838, 1824, 5288]