- Add 0001-Olympus-E-M5-enhanced-matrix.patch: Enhanced matrix for Olympus OM-D E-M5. (forwarded request 155053 from fcrozat) OBS-URL: https://build.opensuse.org/request/show/155054 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=24
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
From 746f465a402c8d4bf36b0dcf897d7103448710fc Mon Sep 17 00:00:00 2001
|
|
From: Pascal de Bruijn <pmjdebruijn@pcode.nl>
|
|
Date: Sun, 10 Feb 2013 17:20:40 +0100
|
|
Subject: [PATCH] Olympus E-M5 enhanced matrix with help from Frederic Crozat
|
|
|
|
---
|
|
src/common/colormatrices.c | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/src/common/colormatrices.c b/src/common/colormatrices.c
|
|
index fe0fbf0..1f3417f 100644
|
|
--- a/src/common/colormatrices.c
|
|
+++ b/src/common/colormatrices.c
|
|
@@ -204,6 +204,9 @@ static dt_profiled_colormatrix_t dt_profiled_colormatrices[] =
|
|
// Eugene Kraf, Wolf Faust IT8, direct sunlight, well lit
|
|
{ "OLYMPUS E-PL2", { 785522, 280624, 28503}, { 322266, 1211975, -305984}, { 82550, -246841, 1278198}, {731506, 752808, 645309}},
|
|
|
|
+ // Frederic Crozat, Wolf Faust IT8, direct sunlight, well lit
|
|
+ { "OLYMPUS E-M5", { 937775, 279129, 75378}, { 232697, 1345169, -493317}, { 62012, -354202, 1458389}, {722229, 755142, 623749}},
|
|
+
|
|
// Karl Mikaelsson, Homebrew ColorChecker, strobe, well lit
|
|
{ "OLYMPUS E-500", { 925171, 247681, 26367}, { 257187, 1270187, -455826}, {-87784, -426529, 1383041}, {790421, 812775, 708054}},
|
|
|
|
--
|
|
1.8.1.2
|
|
|