aboutsummaryrefslogtreecommitdiff
path: root/src/image/gif/writer_test.go
AgeCommit message (Expand)Author
2020-09-03image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBANigel Tao
2020-08-17image/gif: add more writer benchmarksNigel Tao
2020-06-14image/gif: speed up initializing test imageNigel Tao
2019-09-08all: fix typosAinar Garipov
2019-05-22image/gif: fix transparency loss when encoding a wrapped *image.Palettedkawakami
2019-03-21image/gif: don't assume Encode src's origin is (0, 0)Nigel Tao
2017-10-14image/gif: write fewer, bigger blocksJed Denlea
2017-10-13image/gif: try harder to use global color tableJed Denlea
2017-10-07image/gif: add BenchmarkDecode.Nigel Tao
2017-06-16image/gif: fix writeImageBlock with SubImagesJed Denlea
2017-05-06image/gif: don't panic on large or nil-containing color.Palettes.Nigel Tao
2015-09-04image/gif: map/slice literals janitoringDidier Spezia
2015-05-06image/gif: allow encoding a single-frame image whose top-left cornerNigel Tao
2015-05-04image/gif: don't encode local color tables if they're the same as theNigel Tao
2015-04-29image/gif: check that individual frame's bounds are within the overallNigel Tao
2015-04-28image/gif: encode disposal, bg index and Config.Nigel Tao
2014-09-18image/gif: fix GIF encoding of sub-images.Nigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox