Summary: | Raw Import Tool: RGB (linear) provides gamma corrected output and should be named as such | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Milan Knížek <knizek> |
Component: | Plugin-RawImport-Native | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Milan Knížek
2009-09-08 07:22:32 UTC
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. |