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