https://bugs.kde.org/show_bug.cgi?id=413317
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/bc8f87a0e |hics/krita/commit/db49b3e1d |a5f84f4b42f0ae77d9162009eab |f72fae83467162252a55be8e29c |79ed |6557 --- Comment #7 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit db49b3e1df72fae83467162252a55be8e29c6557 by Dmitry Kazakov. Committed on 24/08/2020 at 22:39. Pushed by dkazakov into branch 'master'. Fix a bug in KisConvolutionWorkerFFTW Kernel's m_absoluteOffset[channel] should be added after we unmultiply alpha. Doing otherwise breaks edge detection kernels. M +6 -1 libs/image/kis_convolution_painter.cc M +5 -3 libs/image/kis_convolution_painter.h M +1 -1 libs/image/kis_convolution_worker_fft.h M +1 -1 libs/image/kis_convolution_worker_spatial.h M +12 -1 libs/image/kis_edge_detection_kernel.cpp M +3 -1 libs/image/kis_edge_detection_kernel.h A +- -- libs/image/tests/data/convolution_painter_test/normalmap_reduced_test_0.5_0.5_fftw.png.png A +- -- libs/image/tests/data/convolution_painter_test/normalmap_reduced_test_0.5_0.5_spatial.png.png A +- -- libs/image/tests/data/convolution_painter_test/normalmap_reduced_test_1.5_1.5_fftw.png.png A +- -- libs/image/tests/data/convolution_painter_test/normalmap_reduced_test_1.5_1.5_spatial.png.png A +- -- libs/image/tests/data/convolution_painter_test/normalmap_reduced_test_1_1_fftw.png.png A +- -- libs/image/tests/data/convolution_painter_test/normalmap_reduced_test_1_1_spatial.png.png M +93 -2 libs/image/tests/kis_convolution_painter_test.cpp M +5 -0 libs/image/tests/kis_convolution_painter_test.h https://invent.kde.org/graphics/krita/commit/db49b3e1df72fae83467162252a55be8e29c6557 -- You are receiving this mail because: You are watching all bug changes.