aboutsummaryrefslogtreecommitdiff
path: root/src/image/gif
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
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
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-02-20all: fix misspellingsShawn Smith
2018-02-13image/gif: support non-looping animated gifs (LoopCount=-1)Peter Teichman
2017-10-23image/gif: avoid setting defers in the decode loopArtyom Pervukhin
2017-10-19image/gif: make blockReader a ByteReader, harden testsJed Denlea
2017-10-14image/gif: write fewer, bigger blocksJed Denlea
2017-10-13image/gif: try harder to use global color tableJed Denlea
2017-10-12image/gif: make Decode only keep the first frame in memoryArtyom Pervukhin
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
2017-03-02image/gif: handle an extra data sub-block byte.Will Storey
2017-02-10image/gif: fix frame-inside-image bounds checking.Nigel Tao
2016-10-05image/gif: check handling of truncated GIF filesJeff R. Allen
2016-04-29image/gif: accept an out-of-bounds transparent color index.Nigel Tao
2016-04-28image/gif: be stricter on parsing graphic control extensions.Nigel Tao
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-09-04image/gif: map/slice literals janitoringDidier Spezia
2015-08-24image/gif: avoid unused assignmentTarmigan Casebolt
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-30image/gif: accept LZW encodings that do not have an explicit end marker.Nigel Tao
2015-06-23image/gif: set default loop count to 0 when app ext. is not presentAndrew Bonventre
2015-06-19image/gif: re-enable some invalid-palette tests.Nigel Tao
2015-06-18image/gif: return an error on missing paletteJeff R. Allen
2015-06-18image/gif: (temporarily) disable broken tests.Nigel Tao
2015-05-06image/gif: allow encoding a single-frame image whose top-left cornerNigel Tao
2015-05-05image/gif: be consistent wrt "color map" or "color table" names.Nigel 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
2015-04-13image/gif: expose disposal, bg index and ConfigColin Kennedy
2014-09-22image/gif: don't let the per-frame transparent index modify the globalNigel 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