go/src/image/gif
Chris Gillis 03ebc8ee7b image/gif: avoid decoding past the first frame in decode()
The existing decode() method offers the ability to keep just one
frame of the GIF image, however it will read and decompress all
subsequent frames regardless.

Fixes #41142
2021-06-17 21:53:31 -04:00
..
reader.go image/gif: avoid decoding past the first frame in decode() 2021-06-17 21:53:31 -04:00
reader_test.go image/gif: avoid decoding past the first frame in decode() 2021-06-17 21:53:31 -04:00
writer.go
writer_test.go