[Digikam-devel] extragear/graphics/digikam/libs/dimg/filters
Francisco J. Cruz
fj.cruz at supercable.es
Fri Mar 31 10:12:29 BST 2006
SVN commit 524784 by fjcruz:
IccTransform class uses cmsErrorAction(LCMS_ERROR_SHOW), so an error from lcms doesn't (or has not to ) abort the entire app.
Krita works in this way too.
CCMAIL:digikam-devel at kde.org
M +1 -0 icctransform.cpp
--- trunk/extragear/graphics/digikam/libs/dimg/filters/icctransform.cpp #524783:524784
@@ -64,6 +64,7 @@
IccTransform::IccTransform()
{
d = new IccTransformPriv;
+ cmsErrorAction(LCMS_ERROR_SHOW);
}
IccTransform::~IccTransform()
More information about the Digikam-devel
mailing list