Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay images that have pure black values flicker white #18

Open
francoislg opened this issue Feb 14, 2017 · 0 comments
Open

Overlay images that have pure black values flicker white #18

francoislg opened this issue Feb 14, 2017 · 0 comments

Comments

@francoislg
Copy link
Owner

When any transparency is set, whichever is the value, gifencoder will try to get the "closest" color to it from the gif bitmap. It sets "Pure black" as the transparent color. This results in overlay images that flicker white when they are only black and white.

Also happen with the (soon) new base parrot when the lines were pure black. I "fixed" it by replacing by hand "rgb(0,0,0)" to "rgb(1,1,1)"...

Somewhat related to this fix, since it is needed to make gifencoder work with transparency: eugeneware/gifencoder#5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant