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

Maik Qualmann <metzping...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |5.0.0
                 CC|                            |metzping...@gmail.com
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Maik Qualmann <metzping...@gmail.com> ---
This is not an bug, the value from the GUI is calculated. This is the function:

drawdecoderwidget.cpp:161

/** Convert Exposure correction shift E.V value from GUI to Linear value needs
by libraw decoder.
     */
    double shiftExpoFromEvToLinear(double ev) const
    {
        // From GUI : -2.0EV => 0.25
        //            +3.0EV => 8.00
        return (1.55*ev + 3.35);
    }

The variable AutoZoom is Fit to Window. If reset on a restart, is correct.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to