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
To fix #2 , I increased the size of lzwImageData from 1024 (32x32) to 1280. This is probably too much. This could be decreased by figuring out the maximum theoretical size of a 32x32 GIF frame, or by running a lot of GIFs containing random data through the decoder and looking for a high water mark in the buffer.
The text was updated successfully, but these errors were encountered:
To fix #2 , I increased the size of lzwImageData from 1024 (32x32) to 1280. This is probably too much. This could be decreased by figuring out the maximum theoretical size of a 32x32 GIF frame, or by running a lot of GIFs containing random data through the decoder and looking for a high water mark in the buffer.
The text was updated successfully, but these errors were encountered: