Skip to content

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.

BUG:471871 CC:kimageshop@kde.org

Merge request reports