Bug 221983 - Improve RAW development without to need constant updating
Summary: Improve RAW development without to need constant updating
Status: REPORTED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-RawImport-Native (show other bugs)
Version: 1.0.0
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-10 00:08 UTC by DrSlony
Modified: 2022-01-26 04:23 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DrSlony 2010-01-10 00:08:38 UTC
Version:           1.0.0 (using KDE 4.3.4)
OS:                Linux
Installed from:    Gentoo Packages

Making even minor adjustments to the Raw Decoding settings requires clicking on update. Even minute things, like changing white balance. Filed as bug since this is not the intended behavior.
Comment 1 caulier.gilles 2010-01-11 17:14:22 UTC
This is how libraw run in background. All demosaicing need to be recomputed on RAW image (here a reduced version to speedup).

i recommend to use libkdcraw from trunk, and to compile it with openmp to parallelize demosaicing operations.

Gilles Caulier
Comment 2 DrSlony 2012-03-25 20:40:50 UTC
I mean't that the user has to keep moving the mouse back to the "update" button after every tweak. It could simply update the image after the cursor let's go of the slider.

As for the need to re-demosaic after every tweak, this is IMHO a bad design. It makes working with raw files in showFoto cumbersome to the point of making one look for other software.

Regarding white balance in particular, it is best to perform it before demosaicing to avoid color artifacts, yet this might be something you would want to do after demosaicing while working on the preview to speed it up. The color artifacts are not something one would care about while working on the preview - speed is what matters here. However, once the user presses "Import", then quality matters, so then it should perform white balance and all other relevant tweaks before demosaicing at the expense of time.
Comment 3 DrSlony 2014-09-15 16:47:52 UTC
I'm abandoning this report as I use digiKam for managing my photos but not for raw development.
Comment 4 caulier.gilles 2014-09-15 16:50:50 UTC
I let's open this report. We need to see if something can be done here...

Gilles Caulier