From 8d32d59b33f5f72e13ba21501d364c9a86af4689 Mon Sep 17 00:00:00 2001 From: Thanatomanic <6567747+Thanatomanic@users.noreply.github.com> Date: Sat, 27 Feb 2021 07:49:57 +0100 Subject: [PATCH] Basic color support for Canon EOS 2000D in camconst.json Fixes #5495, but improvement possible --- rtengine/camconst.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index b2b8d70d1..ca3b4f7d9 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -1021,6 +1021,14 @@ Camera constants: ] } }, + + { // Quality C, samples provided by falket #5495 + "make_model": [ "Canon EOS 2000D", "Canon EOS Rebel T7", "Canon EOS Kiss X90" ], + // raw_crop is handled by dcraw + // "dcraw_matrix": [ 8532, -701, -1167, -4095, 11879, 2508, -797, 2424, 7010 ], // Adobe DNG v.10.3 + "dcraw_matrix": [ 8300, -2110, -1120, -4917, 12694, 2482, -938, 2141, 5666 ], // Adobe DNG v.10.3 (v2) + "ranges": { "white": 15300 } // typical value, very non-linear behavior near clipping + }, // Canon MILC (mirrorless interchangeable-lens camera)