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
When using gifencoder in combination with a png-file-stream it sets transparent pixels back to a default black color. Since my pngs do contain black color I cannot just simply use the setTransparent() method to remove black. This would destroy my image.
Any ideas on how to prevent the pngs alpha channel?
The text was updated successfully, but these errors were encountered:
When using gifencoder in combination with a png-file-stream it sets transparent pixels back to a default black color. Since my pngs do contain black color I cannot just simply use the setTransparent() method to remove black. This would destroy my image.
Any ideas on how to prevent the pngs alpha channel?
The text was updated successfully, but these errors were encountered: