You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the KTX2 specification includes a DFD flag indicating whether image data has already been premultiplied with its alpha channel.
But currently, toktx provides no way to set this flag while also performing the necessary premultiplication on the source image data.
Can add an option to the toktx app (such as -p) to premultiply image data with alpha and set the premultiplied alpha flag in the DFD?