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

Strange Behavior #1

Open
grene78 opened this issue Oct 25, 2017 · 1 comment
Open

Strange Behavior #1

grene78 opened this issue Oct 25, 2017 · 1 comment

Comments

@grene78
Copy link

grene78 commented Oct 25, 2017

oddness.zip
test

I'm creating a scroll effect by drawing multiple frames offset by X. The frames are generated in memory, but to illustrate the issue I have exported them to .gif files. Using the example code to combine the gif files into test.gif you can see the resultant animation has some coloring artifacts/blinking.

I figure this has to be the result of the compression, and something with the color tables? Any ideas?

@sengiv
Copy link

sengiv commented May 19, 2023

For the black background, I suspect is caused by transparency conversion.
Convert all your PNGs transparent to white background first.
Then when converted to GIF they will become white and not auto convert to black.
Worked for me, hopefully works for others.

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

2 participants