Skip to content
Commit a3b71748 authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

Fix artifacts when doing Split Alpha after Gaussian Blur filter

After applying gaussian we should not write color values into
the destination device if alpha channel is null. There had already
been such check, but it checked for null in 'double' space, not
in the space of the destination device (which is usually 'quint8')

BUG:420013
parent 51272e1a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment