Distortion saving a PNG as GIF #7030
Answered
by
radarhere
anonymous-sushi
asked this question in
Q&A
-
Hello!
|
Beta Was this translation helpful? Give feedback.
Answered by
radarhere
Mar 19, 2023
Replies: 1 comment 4 replies
-
Can you share the images you're using? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If have more than 256 new colors in a single frame, then you can't perfectly translate that to a GIF. That's just how the GIF format works.
https://en.wikipedia.org/wiki/GIF
I say 'new colors' because you could have 256 colors in the first frame, and then 256 colors added in the second frame, leading to the second image in the sequence having 512 colors - but that would involve carefully crafting the image, which I doubt is what you want.