[Digikam-devel] extragear/graphics/digikamimageplugins/common

Gilles Caulier caulier.gilles at gmail.com
Fri Mar 16 08:14:57 GMT 2007


SVN commit 643046 by cgilles:

digikam from trunk : 

- Bye bye to old Cimg library interface. 

- Welcome to the new GreyCRestoration interface, more fast, more easy to use, more easy to maintain, more easy to update.

Note : The new CImg::Greycstoration algorithm is able to use multiprocessors! It use a parallelized computation interface to optimize performances. Actually the computation code is forked into 2 seperate threads if you have 2 processors (for example with dual-core cpu).

In the future, the GreyCStoration algorithm and the CImg library will be able to detect the number of CPU available and fork with the appropriate threads number accordinly.

CCMAIL: digikam-devel at kde.org

 M  +1 -1      Makefile.am  
 D             cimgiface (directory)  


--- trunk/extragear/graphics/digikamimageplugins/common/Makefile.am #643045:643046
@@ -1,2 +1,2 @@
-SUBDIRS = icons pics tips cimgiface widgets greycstoration 
+SUBDIRS = icons pics tips widgets greycstoration 
 



More information about the Digikam-devel mailing list