[Digikam-devel] KDE/kdegraphics/libs/libkdcraw/libraw

Gilles Caulier caulier.gilles at gmail.com
Mon Oct 4 07:54:01 BST 2010


SVN commit 1182299 by cgilles:

update libraw to 0.11-beta3. 

Changes (significant ones):

1) Fixed bug with half_size processing:  if params.half_size is set, than params.four_color_rgb is set on postprocessing stage (that is right) and not returned back after postprocessing (that is wrong).
So if you use half-mode and full-size in mixed sequence, it may result to postprocessing problems on some cameras.

2) AHD interpolation is refactored:
- on single-thread processing, entire processing (open-unpack-postprocess) is 5-10% faster than before.
- on multicore systems with OpenMP enabled, full processing pipeline is about 1.5 times faster on 4-core machine.
So, AHD part is MUCH faster.

CCMAIL: digikam-devel at kde.org


 M  +17 -0     Changelog.txt  
 M  +213 -208  internal/dcraw_common.cpp  
 M  +1 -1      internal/dcraw_fileio.cpp  
 M  +13 -0     internal/libraw_internal_funcs.h  
 M  +5 -5      libraw/libraw.h  
 M  +1 -1      libraw/libraw_version.h  
 U             samples/half_mt_win32.c  
 M  +6 -0      src/libraw_cxx.cpp  


http://websvn.kde.org/?view=rev&revision=1182299



More information about the Digikam-devel mailing list