Summary: | Sometimes digikam reads a wrong ICC profile from images | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Olaf Märker <okax> |
Component: | ColorManagement-Profiles | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: |
Description
Olaf Märker
2010-05-20 21:33:01 UTC
SVN commit 1129154 by mwiesweg: Previews are stored post-processed in the cache, full versions are not. That means for non-RAW images, we must distinguish by the cache key between the two even for full-size previews. In case of preview loading, the unprocessed full version can additionally be stored in the cache. BUG: 238338 M +2 -1 NEWS M +4 -0 libs/threadimageio/loadingdescription.cpp M +9 -0 libs/threadimageio/previewtask.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1129154 |