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
There is a problem in GifCreator. In some gifs, the colors blink. Looking for problems on the Internet and studying the contents of GIF files, I realized that this is a problem because the imagegif() creates each frame with its own color palette. And so the colors of each frame change, and you get the effect of flickering colors.
This problem is solved as follows: create a global color palette for the entire animated GIF.
There is a problem in GifCreator. In some gifs, the colors blink. Looking for problems on the Internet and studying the contents of GIF files, I realized that this is a problem because the imagegif() creates each frame with its own color palette. And so the colors of each frame change, and you get the effect of flickering colors.
This problem is solved as follows: create a global color palette for the entire animated GIF.
@skwi How can this be done in GifCreator?
The text was updated successfully, but these errors were encountered: