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
I am loading a transparent gif in which the circle keeps getting smaller and smaller and finally disappears. The problem is that when I set cumulative to true, the previous frames are merged and the effect is ruined. I am also loading some other gifs in which coalesce is required. I think there should be an automatic way for internally determining which gifs need coalesce and which do not. Does the gif format contains any information about using coalesce?
The text was updated successfully, but these errors were encountered:
Okay I think I know what this library is missing. It doesn't use use disposal mode anywhere.
Disposal = 1 means dont clear the background. There should be a check for this mode while forming the frame if cumulative is true.
I am loading a transparent gif in which the circle keeps getting smaller and smaller and finally disappears. The problem is that when I set cumulative to true, the previous frames are merged and the effect is ruined. I am also loading some other gifs in which coalesce is required. I think there should be an automatic way for internally determining which gifs need coalesce and which do not. Does the gif format contains any information about using coalesce?
The text was updated successfully, but these errors were encountered: