https://bugs.kde.org/show_bug.cgi?id=471871
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/a0db80d |hics/krita/-/commit/a4c4e7f |17af34454bb3244a91d9c9a4744 |2515b5ff01ea2b8cda2f958096e |9454c2 |0b8939 --- Comment #16 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit a4c4e7f2515b5ff01ea2b8cda2f958096e0b8939 by Dmitry Kazakov. Committed on 24/10/2023 at 09:48. Pushed by dkazakov into branch 'krita/5.2'. Implement Other->Reset Transparent filter In Krita we have an optimization, which causes pixels under zero alpha to have undefined color channel values. It may cause some issues with software that expects the values under fully transparent pixels to have exactly zero values. To overcome this issue the user can just apply Reset Transparent filter over his/her image and it will guarantee that all the fully transparent pixels are zeroed. CC:kimages...@kde.org (cherry picked from commit a0db80d17af34454bb3244a91d9c9a47449454c2) M +1 -0 plugins/filters/CMakeLists.txt A +4 -0 plugins/filters/resettransparent/CMakeLists.txt A +69 -0 plugins/filters/resettransparent/KisResetTransparentFilter.cpp [License: GPL(v2.0+)] A +42 -0 plugins/filters/resettransparent/KisResetTransparentFilter.h [License: GPL(v2.0+)] A +9 -0 plugins/filters/resettransparent/kritaresettransparent.json https://invent.kde.org/graphics/krita/-/commit/a4c4e7f2515b5ff01ea2b8cda2f958096e0b8939 -- You are receiving this mail because: You are watching all bug changes.