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
After merging #43 we now have better support for transparency in the GIF format.
The imagetool however should be updated to not paint the background color in transparent pixels in animated GIFs when they are painting on top of an opaque pixel. Basically we should replace transparent pixels in the first frame with the --background color, and after that we should probably skip the painting of transparent pixels.
The NETSCAPE extension (aka "animated GIFs") to the GIF format carries some hints like DO NOT DISPOSE that govern the semantics of whether transparent pixels should yield the previous frame content or revert to a keyframe (like the first frame) or actually be transparent in the output. This needs to be investigated and support implemented.
The text was updated successfully, but these errors were encountered:
After merging #43 we now have better support for transparency in the GIF format.
The
imagetool
however should be updated to not paint the background color in transparent pixels in animated GIFs when they are painting on top of an opaque pixel. Basically we should replace transparent pixels in the first frame with the--background
color, and after that we should probably skip the painting of transparent pixels.The
NETSCAPE
extension (aka "animated GIFs") to the GIF format carries some hints likeDO NOT DISPOSE
that govern the semantics of whether transparent pixels should yield the previous frame content or revert to a keyframe (like the first frame) or actually be transparent in the output. This needs to be investigated and support implemented.The text was updated successfully, but these errors were encountered: