https://bugs.kde.org/show_bug.cgi?id=413317
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/bc8f87a0e | |a5f84f4b42f0ae77d9162009eab | |79ed Resolution|--- |FIXED --- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit bc8f87a0ea5f84f4b42f0ae77d9162009eab79ed by Dmitry Kazakov. Committed on 24/08/2020 at 22:27. Pushed by dkazakov into branch 'krita/4.3'. 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/bc8f87a0ea5f84f4b42f0ae77d9162009eab79ed -- You are receiving this mail because: You are watching all bug changes.