Problems with GifDisposalMethod in converting individual GIF frames to a list of PNGs #2584
-
Hello, I have a GIF that uses the NotDispose GifDisposalMethod, and whenever I attempt to write all of the frames' pixel data to new images and save them as PNGs, all of the frames after the first frame lose the previous frame's data wherever there are transparent pixels. I know that this is an issue involving the GifDisposalMethod, but is there a way to "coalesce" the GIF before attempting to save the individual frames to PNG so that each frame contains all of the information? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry yeah. I broke the gif decoder accidentally with v3 by removing coalescing. I’m currently working on a rewrite of the gif decoder and encoder which I will have merged in a few days. This fixes all known issues. Once merged you can grab it from the nightly feed. |
Beta Was this translation helpful? Give feedback.
Sorry yeah. I broke the gif decoder accidentally with v3 by removing coalescing.
I’m currently working on a rewrite of the gif decoder and encoder which I will have merged in a few days. This fixes all known issues. Once merged you can grab it from the nightly feed.