[Digikam-devel] [Bug 130883] overexposure indicator in color management is saved as part of the picture
Gilles Caulier
caulier.gilles at free.fr
Sun Jul 16 08:02:43 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=130883
caulier.gilles free fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles free fr 2006-07-16 09:02 -------
SVN commit 562893 by cgilles:
digiKam from trunk : Color Management image plugin : fix over exposure rule with final rendering
BUG: 130883
M +2 -1 NEWS
M +2 -2 imageplugins/imageeffect_iccproof.cpp
--- trunk/extragear/graphics/digikam/NEWS #562892:562893
@ -166,6 +166,7 @
103 ==> 126199 : Nikon D70 comments in jpegs are all shown as "charset="Ascii".
104 ==> 130381 : Automatic colorbalance and camera color balance checkboxes swapped.
105 ==> 117248 : Opening default app when camera inserted return KIOExec error.
-106 ==>
+106 ==> 130883 : Overexposure indicator in color management is saved as part of the picture
+107 ==>
----------------------------------------------------------------------------------------------------
--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_iccproof.cpp #562892:562893
@ -1018,8 +1018,7 @
//-- Calculate and apply the curve on image after transformation -------------
Digikam::DImg img2(w, h, sb, a, 0, false);
- m_curves->curvesLutSetup(Digikam::ImageHistogram::AlphaChannel,
- m_overExposureIndicatorBox->isChecked());
+ m_curves->curvesLutSetup(Digikam::ImageHistogram::AlphaChannel, false);
m_curves->curvesLutProcess(img.bits(), img2.bits(), w, h);
//-- Adjust contrast ---------------------------------------------------------
@ -1124,6 +1123,7 @
KMessageBox::error(this, i18n("Sorry, it seems there is no embedded profile"), i18n("Profile Error"));
return;
}
+
QString intent;
cmsHPROFILE selectedProfile = cmsOpenProfileFromMem(profile.data(), (DWORD)profile.size());
QString profileName = QString((cmsTakeProductName(selectedProfile)));
More information about the Digikam-devel
mailing list