Bug 195538 - use more than one thread for batch conversion of RAW images
Summary: use more than one thread for batch conversion of RAW images
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: BatchQueueManager-RAWProcessing (show other bugs)
Version: 1.0.0
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-07 11:07 UTC by S. Burmeister
Modified: 2019-08-09 11:05 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 6.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S. Burmeister 2009-06-07 11:07:35 UTC
Version:           0.10 (using KDE 4.2.4)
OS:                Linux
Installed from:    SuSE RPMs

If I use Batch > Batch Raw converter to e.g. convert 50 images on a dual core, digikam only uses one core and processes one picture after the other instead of working on two or more at a time. The conversion of the batch would be a lot faster if it would use all available cores.

If there are concernes that this would slow down everything else, it could be used with "nice" or at least made optional, i.e. offer a checkbox in the batch conversion dialogue to enable/disable it.
Comment 1 caulier.gilles 2009-06-07 11:22:03 UTC
sven,

I will not touch Raw converter kipi-plugins in this way...

But digiKam has now Batch Queue Manager where RAW can be converted and more of course :

http://www.digikam.org/node/427

In this tool, build into digiKam core (it's not a plugin), i plan to use OpenMp library (or another technic) to parallelize queue execution. 

Gilles Caulier
Comment 2 S. Burmeister 2009-12-29 11:44:56 UTC
Same for the BQM, only one picture is processed at a time.
Comment 3 caulier.gilles 2010-10-13 09:15:26 UTC

*** This bug has been marked as a duplicate of bug 254033 ***
Comment 4 caulier.gilles 2019-08-09 11:05:52 UTC
Fixed with bug #254033