[Bug 307314] New: Digikam uses AHD when set to AMaZE, AFD etc.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 307314] New: Digikam uses AHD when set to AMaZE, AFD etc.

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

            Bug ID: 307314
          Severity: normal
           Version: 3.0.0
          Priority: NOR
          Assignee: [hidden email]
           Summary: Digikam uses AHD when set to AMaZE, AFD etc.
    Classification: Unclassified
                OS: Linux
          Reporter: [hidden email]
          Hardware: Other
            Status: UNCONFIRMED
         Component: libkdcraw
           Product: digikam

If one sets the raw import utility in the editor to use bilinear digikam's
debug output shows that it uses bilinear. If one sets it to AMaZE or e.g. AFD
it shows:

AHD interpolation...

Should this not be AMaZE, AFD etc.?

Reproducible: Always

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

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

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=307314

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |[hidden email]
   Version Fixed In|                            |3.0.0
         Resolution|---                         |WORKSFORME

--- Comment #1 from Gilles Caulier <[hidden email]> ---
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.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel