From e182daaddcec3d8eba9fdc37010b843330409a17 Mon Sep 17 00:00:00 2001 From: torger Date: Thu, 2 Oct 2014 18:00:35 +0200 Subject: [PATCH] Handle Leaf's latest ICC profiles (Leaf Credo 50) --- rtengine/rawimagesource.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtengine/rawimagesource.cc b/rtengine/rawimagesource.cc index 6dccf8b7a..327855007 100644 --- a/rtengine/rawimagesource.cc +++ b/rtengine/rawimagesource.cc @@ -2256,6 +2256,7 @@ void RawImageSource::colorSpaceConversion_ (Imagefloat* im, ColorManagementParam strstr(description,"LF3 ") == description || strstr(description,"LeafLF2") == description || strstr(description,"LeafLF3") == description || + strstr(description,"LeafLF4") == description || strstr(description,"MamiyaLF2") == description || strstr(description,"MamiyaLF3") == description)) {