[Digikam-devel] [digikam] [Bug 343221] Softproofing in editor does not work anymore

Maik Qualmann metzpinguin at gmail.com
Sat Jan 24 12:12:44 GMT 2015


https://bugs.kde.org/show_bug.cgi?id=343221

--- Comment #4 from Maik Qualmann <metzpinguin at gmail.com> ---
Gilles,

I made the evening yesterday before a first hack.
Masks color still does not work, is always black.

editorcore.cpp:329

void EditorCore::updateColorManagement()
{
    IccManager manager(d->image);

    if (d->doSoftProofing)
    {
        d->monitorICCtrans =
manager.displaySoftProofingTransform(d->cmSettings.defaultProofProfile,
d->displayingWidget);
    }
    else
    {
        d->monitorICCtrans = manager.displayTransform(d->displayingWidget);
    }
}

d->monitorICCtrans is set but never used.
d->displayingWidget is never set -> value 0.
The code to set color management is now in imagepreviewitem.cpp but no
softproofing code.

Maik

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list