[Digikam-devel] extragear/graphics/digikam/libs/dimg/loaders

Marcel Wiesweg marcel.wiesweg at gmx.de
Mon May 15 21:53:46 BST 2006


SVN commit 541269 by mwiesweg:

digikam from trunk:
Use KProcess for RAW image loader.
Loading can now be cleanly aborted.

This is a good example that KProcess is not the perfect tool for use
with our shiny new multithreaded loader because KProcess is not reentrant,
but there are more advantages (wraps all system programming) so that
the necessary main thread indirections are ok.

TODO:
- implement fast loading specified in RAWDecodingSettings
- do we need to parse StdErr?

CCMAIL: digikam-devel at kde.org



 M  +282 -235  rawloader.cpp  
 M  +46 -5     rawloader.h  





More information about the Digikam-devel mailing list