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
As mentioned here, there is a possible solution in antimatter15/whammy#47. This makes sense because Whammy is mistaking the bytes of an ALPH chunk (which holds transparency information) for the start code of a VP8 chunk. If the Canvas-to-webp serialization code omits any such chunks when there's no transparency then the above should work.
Whammy mis-parses the WebP frames and that causes problems due to incorrect width and a validation that's applied later on. See here.
The text was updated successfully, but these errors were encountered: