[Digikam-devel] extragear/graphics/digikam/libs/dimg/loaders

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] extragear/graphics/digikam/libs/dimg/loaders

Gilles Caulier
SVN commit 560124 by cgilles:

digikam from trunk : BUGFIX : The default output color space used by dcraw is sRGB ! This commit set the output to RawMode. The color correction will be performed by digiKam itself else we will have both workspace color correction : one by dcraw, one by digiKam.

This way require than digikam color management enable!

TODO : use the default color space used by dcraw only if digiKam CM is not enable.

CCMAIL: [hidden email], [hidden email]


 M  +3 -1      rawloader.cpp  


--- trunk/extragear/graphics/digikam/libs/dimg/loaders/rawloader.cpp #560123:560124
@@ -344,7 +344,9 @@
             *m_process << QFile::encodeName( m_rawDecodingSettings.cameraICCProfilePath );
             break;
 
-        default:
+        default:    // No ICC color Correction : converter to RAW Color Mode.
+            *m_process << "-o";
+            *m_process << "0";
             break;
     }
 
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel