gifencoder
gifencoder copied to clipboard
How to support transparent background?
Two transparent PNG synthesis becomes black
Transparency is not supported at this time and we have no plans on adding it. Someone can contribute it if they'd like.
If I change the Color class to ARGB, is it transparent?
No. It requires supporting transparency throughout the whole encoding process.
I've got some of it working in my fork but I'm having weird bleeding effects that change when I change the imageoptions
the transparancy color is likely being touched by the ditherer and it's messing it up I'll see if I can fix this
any update on this?
@amarkovits look at my fork, it supports transparency if you need it. Idk if a pr would ever make it since I changed quite a lot of code. I'm also not sure that this is still being maintained.
@amarkovits look at my fork, it supports transparency if you need it. Idk if a pr would ever make it since I changed quite a lot of code. I'm also not sure that this is still being maintained.
How can i get you code. I need that feature.
@amarkovits look at my fork, it supports transparency if you need it. Idk if a pr would ever make it since I changed quite a lot of code. I'm also not sure that this is still being maintained.
How can i get you code. I need that feature. https://github.com/Melijn/gifencoder @zeng1990java
@ToxicMushroom can you make a PR for this? Your jitpack build on your repo is broken and theres no way to use your changes.
@ToxicMushroom hey man, please, create a PR