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
While debugging some gifs that even Paint Shop Pro fails to render (but Windows, Firefox and Microsoft GIF Animator do read correctly) I found all of them had no clear code as the first code in each frame.
Removing line 202 fixed it.
bits.read(); // Skip leading clear code
However this breaks all other GIFs because now their clear code is interpreted as a color code. Need to investigate.
The text was updated successfully, but these errors were encountered:
While debugging some gifs that even Paint Shop Pro fails to render (but Windows, Firefox and Microsoft GIF Animator do read correctly) I found all of them had no clear code as the first code in each frame.
Removing line 202 fixed it.
bits.read(); // Skip leading clear code
However this breaks all other GIFs because now their clear code is interpreted as a color code. Need to investigate.
The text was updated successfully, but these errors were encountered: