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
With some animated GIFs, the inter-frame maxerror can be unlimited. This can happen because the error is within the threshold from Frame A to Frame B but adds up with every frame.
Previously, we always compared against a HEAD frame in cgifsave. Unfortunately, this HEAD frame logic has been recently removed with #2853.
With some animated GIFs, the inter-frame
maxerror
can be unlimited. This can happen because the error is within the threshold fromFrame A
toFrame B
but adds up with every frame.Previously, we always compared against a HEAD frame in
cgifsave
. Unfortunately, this HEAD frame logic has been recently removed with #2853.Example:
issue.gif
As you can see, the output animation is just black - which is not as expected of course.
The text was updated successfully, but these errors were encountered: