Version: (using KDE 4.2.4) OS: Linux Installed from: Compiled From Sources digiKam current svn, libkdcraw7 4.2.2, kipi-plugins 0.6.0. The Raw Import plugin for digiKam's editor offers to output the image in linear RGB. However, it applies gamma correction to the image (in both 8 and 16 bit colour depth) and therefore the output is not linear RGB data. Hence the option in Colour Management tab should be renamed to "RGB (gamma corrected)" to avoid confusion.
I made a small mistake: the option of Workspace in CM tab is currently named "Raw (linear)", so possible change of the name would be "Raw (gamma corrected)".
Another mistake : Raw Import tool is not a kipi-plugins but a tool coded as well in digiKam core. It's not a plugin. To avoid gamma corrected in linear mode, use libkdcraw from trunk or from KDE 4.3.x. There is a new option to disable gamma correction. See these screenshots for details : http://farm4.static.flickr.com/3500/3899707834_acc9674420_o.png http://farm3.static.flickr.com/2459/3898926077_9431fdbc5f_o.png For me this entry is invalid... Gilles Caulier
Okay, it is good that it is possible to switch off the gamma correction. I have compiled digiKam against KDE 4.3.x in Ubuntu 9.10 and the image preview looks like linear. However, I would disagree that the entry is invalid -> if the user keeps the default settings (auto brightness on), then the output workspace is not "Raw (linear)" but gamma corrected. Taking into consideration that it can be both gamma corrected and linear, and that the user can select arbitrarily any camera profile (I am not sure what is the colour transform then), a different name would avoid confusion. E.g. "RGB (no profile assigned)". This should cover all the above mentioned situations.
SVN commit 1021414 by cgilles: raw (linear) => raw (no profile) CCBUGS: 206712 M +1 -1 dcrawsettingswidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1021414
SVN commit 1021415 by cgilles: backport commit #1021414 CCBUGS: 206712 M +1 -1 dcrawsettingswidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1021415
SVN commit 1021416 by cgilles: raw (linear) => raw (no profile) CCBUGS: 206712 M +3 -3 dcrawsettingswidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1021416
Thanks, Gilles, this is fine, too.