[Digikam-devel] [Bug 215657] raw import tool does not use general digikam settings
Gilles Caulier
caulier.gilles at gmail.com
Mon Dec 7 17:41:34 GMT 2009
https://bugs.kde.org/show_bug.cgi?id=215657
--- Comment #11 from Gilles Caulier <caulier gilles gmail com> 2009-12-07 18:41:32 ---
Marcel,
For RawImport yes.
For BQM, no. set 16 bits color depth to general RAW decoding settings, and
convert a RAW file to PNG with BQM : It still 8 bits color depth because
internally, BatchTool use default Raw decoding settings from DImg container.
Look there :
http://lxr.kde.org/source/extragear/graphics/digikam/utilities/queuemanager/batchtool.cpp#292
We use default argument to DImg::load() about RAW Decoding Settings.
To fix it :
- add a mechanism in BQM main windows to handle general rawdecoding settings
when setup is changed and pass it to BatchToolManager class.
- add a mechanism to BatchTool to read this settings from BatchToolManager when
queue is processed.
I think it's enough for 1.0
Later i would to add a RAW Decoding Settings panel to Queue Settings to be able
to assign these settings independently for each queue. This want mean to change
QueueSettingsView and to add a mechanism when user change somethings in this
view about Raw Decoding Settings to sync BatchToolManager.
This will require certainly i18n changes, so it's too late for 1.0.0
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