[Digikam-devel] extragear/graphics/digikam

Gilles Caulier caulier.gilles at free.fr
Tue Nov 29 16:03:52 GMT 2005


SVN commit 484162 by cgilles:

Digikam 0.9.0 from trunk : histogram can be computed with 16 bits images and RAW files using DImg. Need to optimize loading image using separate thread (especially with RAW files witch can be take a while).

A screenshot : 

http://digikam3rdparty.free.fr/Screenshots/Histogram_with_RAW_file_in_16bits.png

CCMAIL: digikam-devel at kde.org

 M  +107 -67   libs/dimg/dimg.cpp  
 M  +5 -0      libs/dimg/dimg.h  
 M  +8 -6      libs/dimg/dimgprivate.h  
 M  +6 -1      libs/histogram/imagehistogram.cpp  
 M  +3 -1      libs/histogram/imagehistogram.h  
 M  +2 -0      libs/imageproperties/Makefile.am  
 M  +23 -18    libs/imageproperties/imagepropertieshistogramtab.cpp  
 M  +5 -5      libs/imageproperties/imagepropertieshistogramtab.h  
 M  +5 -2      libs/imageproperties/imagepropertiessidebar.cpp  
 M  +3 -2      libs/imageproperties/imagepropertiessidebar.h  
 M  +4 -2      libs/imageproperties/imagepropertiessidebardb.cpp  
 M  +4 -2      libs/imageproperties/imagepropertiessidebardb.h  
 M  +103 -97   libs/widgets/histogramwidget.cpp  
 M  +1 -1      libs/widgets/histogramwidget.h  
 M  +6 -6      showfoto/showfoto.cpp  
 M  +27 -0     utilities/imageeditor/canvas/dimginterface.cpp  
 M  +2 -0      utilities/imageeditor/canvas/dimginterface.h  
 M  +3 -2      utilities/imageeditor/editor/imagewindow.cpp  





More information about the Digikam-devel mailing list