aboutsummaryrefslogtreecommitdiff
path: root/src/image
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
2020-05-08image/png: remove too early declaration of "n"Ayan George
2020-04-29image: guard against NewXxx integer overflowNigel Tao
2020-04-29image/jpeg: accept "\xff\x00" before a RST markerNigel Tao
2020-04-29image: add a NewUniform doc commentNigel Tao
2020-04-27image/draw: optimize paletted dst + uniform srcNigel Tao
2020-04-27image/png: fix some 32-bit int overflowsNigel Tao
2019-09-08all: fix typosAinar Garipov
2019-08-28image/png: hoist repetitive pixels per byte out of loop in EncodeNao YONASHIRO
2019-05-24image/draw: change argument type to be consistent with other argsLeon Klingele
2019-05-23image: add missing error check in testLeon Klingele
2019-05-22image/gif: fix transparency loss when encoding a wrapped *image.Palettedkawakami
2019-05-08image/png: fix palette extension to handle 255 color imagesStephan Zuercher
2019-04-07image: deprecate ZP and ZRNigel Tao
2019-04-02image/jpeg: reduce bound checks from idct and fdctAgniva De Sarker
2019-03-22image/png: add Fuzz functionAndrei Tudor Călin
2019-03-21image/gif: don't assume Encode src's origin is (0, 0)Nigel Tao
2019-02-28image/png: delete unused statementcia-rana
2018-10-13jpeg: simplify 'x = x op ...' to 'x op= ...'avsharapov
2018-10-01image: optimize bounds checking for At and Set methodsIan Davis
2018-09-26image: make RegisterFormat safe for concurrent useTim Cooper
2018-09-25image/draw: optimize bounds checks in loopsIan Davis
2018-09-25image: avoid sharing test images between tests and benchmarksIan Davis
2018-09-25image/png: pack image data for small bitdepth paletted imagesIan Davis
2018-09-24image: add benchmarks for At and Set methodsIan Davis
2018-09-16image/png: minor cleanup of a few testsIan Davis
2018-09-11cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methodsLynn Boger
2018-07-06all: clean up some Deprecated commentsBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-29image: add an example that shows how to get the metadata of an imageAarti Parikh
2018-03-10all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff
2018-02-20all: fix misspellingsShawn Smith
2018-02-13image/gif: support non-looping animated gifs (LoopCount=-1)Peter Teichman
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-04all: change github.com issue links to golang.orgLeigh McCulloch
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-10-27image/draw, image/color: optimize hot path sqDiff functionArtyom Pervukhin
2017-10-25image/draw: reduce drawPaletted allocations for special source casesArtyom Pervukhin
2017-10-23image/gif: avoid setting defers in the decode loopArtyom Pervukhin
2017-10-21image/png: fix width * height * bpp overflow check.Nigel Tao
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-09-15all: fix article typosKunpei Sakai