[Digikam-devel] [Bug 307314] Digikam uses AHD when set to AMaZE, AFD etc.

Gilles Caulier caulier.gilles at gmail.com
Mon Sep 24 10:09:03 BST 2012


https://bugs.kde.org/show_bug.cgi?id=307314

Gilles Caulier <caulier.gilles at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |caulier.gilles at gmail.com
   Version Fixed In|                            |3.0.0
         Resolution|---                         |WORKSFORME

--- Comment #1 from Gilles Caulier <caulier.gilles at gmail.com> ---
Not reproducible. Settings is show through this trace :

-- RAW DECODING SETTINGS --------------------------------
-- autoBrightness:          true
-- sixteenBitsImage:        true
-- brightness:              1
-- RAWQuality:              9
-- inputColorSpace:         0
-- outputColorSpace:        1
-- RGBInterpolate4Colors:   false
-- DontStretchPixels:       false
-- unclipColors:            2
-- whiteBalance:            1
-- customWhiteBalance:      6500
-- customWhiteBalanceGreen: 1
-- halfSizeColorImage:      false
-- enableBlackPoint:        false
-- blackPoint:              0
-- enableWhitePoint:        false
-- whitePoint:              0
-- NoiseReductionType:      0
-- NoiseReductionThreshold: 0
-- enableCACorrection:      false
-- caMultiplier:            0, 0
-- medianFilterPasses:      0
-- inputProfile:            ""
-- outputProfile:           ""
-- deadPixelMap:            ""
-- whiteBalanceArea:        QRect(0,0 0x0)
-- dcbIterations:           -1
-- dcbEnhanceFl:            false
-- eeciRefine:              false
-- esMedPasses:             0
-- NRChrominaceThreshold:   0
-- expoCorrection:          false
-- expoCorrectionShift:     1
-- expoCorrectionHighlight: 0
---------------------------------------------------------

Where " -- RAWQuality:              9" here mean LMMSE, in this example.
Changing quality in GUI, change RAW settings passed to LibRaw accordingly.

The message "AHD interpolation..." printed after settings trace come from
LibRaw, not digiKam. I think it's a generic printf to indicate which action is
done, not which interpolation method is used exactly. As you can see in source
code :

https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw/repository/revisions/master/entry/libraw/internal/dcraw_common.cpp#L4114

...printed message is hardcoded...

Gilles Caulier

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list