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
We should be able to clamp passed-in premultiplied alpha values to be at least the same magnitude as the color channels. This may not already be the case if the user provides a corrupt image.
It'll slow us down, so there should be a SMOL_DISABLE_ALPHA_CLAMP flag for performance freaks like yours truly.
The text was updated successfully, but these errors were encountered:
We should be able to clamp passed-in premultiplied alpha values to be at least the same magnitude as the color channels. This may not already be the case if the user provides a corrupt image.
It'll slow us down, so there should be a SMOL_DISABLE_ALPHA_CLAMP flag for performance freaks like yours truly.
The text was updated successfully, but these errors were encountered: