June 16, 2026
8:38 a.m.
On Tue Jun 16 03:08:42 2026 +0000, zhengyong chen wrote:
No, the decoder does NOT load all pixel data into memory. The stream position is simply moved forward; the pixel data remains in the stream. DGifGetCodeNext calls READ, though, rather than SeekFunc, which I would expect to read the (compressed) data.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11149#note_143251