]> git.sesse.net Git - movit/commitdiff
Fix a bug where DeconvolutionSharpenEffect would forget one line of the kernel.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 Dec 2013 22:55:57 +0000 (23:55 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 29 Dec 2013 22:55:57 +0000 (23:55 +0100)
This manifested itself in that non-identity filters would start changing alpha
of solid images (since the kernel didn't sum up to one), which obviously isn't
good. Added a unit test to make sure it doesn't happen again.


No differences found