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 | |hics/krita/-/commit/a0db80d | |17af34454bb3244a91d9c9a4744 | |9454c2 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #15 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit a0db80d17af34454bb3244a91d9c9a47449454c2 by Dmitry Kazakov. Committed on 23/10/2023 at 17:15. Pushed by dkazakov into branch 'master'. 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 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/a0db80d17af34454bb3244a91d9c9a47449454c2 -- You are receiving this mail because: You are watching all bug changes.