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

wolthera <griffinval...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kri
                   |                            |ta/b3f9a490011abb5c7c717789
                   |                            |ba68c55f89897db8
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #4 from wolthera <griffinval...@gmail.com> ---
Git commit b3f9a490011abb5c7c717789ba68c55f89897db8 by Wolthera van Hövell tot
Westerflier.
Committed on 11/10/2017 at 13:35.
Pushed by woltherav into branch 'master'.

[Feature] ASC-CDL color balance filter(Slope, Offset, Power)

This is a simple color balance filter as decided by the American
Society of Cinematographers. It's purpose is to make communicating color
balance easier over different applications.

It is also interesting in that it is so simple it does not clip high-bit depth
values.

There's still some issues with the filter, but they are mostly GUI issues,
so I am pushing this to prevent bitrot. I have noted the possible list of
improvements in the header of the widget class.
Differential revision: https://phabricator.kde.org/D8184
CCMAIL:kimages...@kde.org

M  +1    -0    plugins/filters/CMakeLists.txt
A  +11   -0    plugins/filters/asccdl/CMakeLists.txt
A  +127  -0    plugins/filters/asccdl/kis_asccdl_filter.cpp     [License: GPL
(v2+)]
A  +61   -0    plugins/filters/asccdl/kis_asccdl_filter.h     [License: GPL
(v2+)]
A  +103  -0    plugins/filters/asccdl/kis_wdg_asccdl.cpp     [License: GPL
(v2+)]
A  +62   -0    plugins/filters/asccdl/kis_wdg_asccdl.h     [License: GPL (v2+)]
A  +9    -0    plugins/filters/asccdl/kritaasccdl.json
A  +105  -0    plugins/filters/asccdl/wdg_asccdl.ui

https://commits.kde.org/krita/b3f9a490011abb5c7c717789ba68c55f89897db8

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

Reply via email to