[Digikam-devel] [Bug 264830] Raw importer broken. Not possible to revert changes.

Gilles Caulier caulier.gilles at gmail.com
Thu Feb 3 11:16:45 GMT 2011


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





--- Comment #12 from Gilles Caulier <caulier gilles gmail com>  2011-02-03 12:16:44 ---
Marcel, 

If i save demosaiced image like this :

void RawImport::prepareEffect()
{
    DImg postImg = d->previewWidget->demosaicedImage();
    postImg.save("/home/gilles/demo.png", "PNG");
    setFilter(dynamic_cast<DImgThreadedFilter*>(new RawPostProcessing(&postImg,
this, rawDecodingSettings())));
}

before post-processing adjustements, I can confirm that
RawPreview::RawPreviewPriv::demosaicedImg is corrupted after post-processing
adjutments.

The image must still the same.

Look into the code, i cannot see how this DImg is modified by post
processing...

Note : i also check if post-processing settings is fine, and all values used by
post-processing code is fine.

Gilles

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list