| Commit message (Expand) | Author | Age | Files | Lines |
| * | image/gif: fix typo in the comment (io.ReadByte -> io.ByteReader) | uji | 2021-06-30 | 1 | -1/+1 |
| * | image: add Uniform.RGBA64At and Rectangle.RGBA64At | Nigel Tao | 2021-06-30 | 3 | -0/+25 |
| * | image: add RGBA64Image interface | Nigel Tao | 2021-06-18 | 4 | -0/+292 |
| * | image: resolve the TODO of doc comment style | Andy Pan | 2021-02-24 | 2 | -3/+1 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 3 | -0/+3 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 5 | -12/+9 |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 3 | -23/+22 |
| * | image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBA | Nigel Tao | 2020-09-03 | 1 | -14/+20 |
| * | image/gif: add more writer benchmarks | Nigel Tao | 2020-08-17 | 1 | -15/+38 |
| * | image/gif: speed up initializing test image | Nigel Tao | 2020-06-14 | 1 | -5/+2 |
| * | image/png: remove too early declaration of "n" | Ayan George | 2020-05-08 | 1 | -3/+2 |
| * | image: guard against NewXxx integer overflow | Nigel Tao | 2020-04-29 | 4 | -30/+193 |
| * | image/jpeg: accept "\xff\x00" before a RST marker | Nigel Tao | 2020-04-29 | 2 | -0/+189 |
| * | image: add a NewUniform doc comment | Nigel Tao | 2020-04-29 | 1 | -0/+1 |
| * | image/draw: optimize paletted dst + uniform src | Nigel Tao | 2020-04-27 | 3 | -17/+43 |
| * | image/png: fix some 32-bit int overflows | Nigel Tao | 2020-04-27 | 2 | -17/+127 |
| * | all: fix typos | Ainar Garipov | 2019-09-08 | 1 | -1/+1 |
| * | image/png: hoist repetitive pixels per byte out of loop in Encode | Nao YONASHIRO | 2019-08-28 | 1 | -2/+3 |
| * | image/draw: change argument type to be consistent with other args | Leon Klingele | 2019-05-24 | 1 | -2/+2 |
| * | image: add missing error check in test | Leon Klingele | 2019-05-23 | 1 | -0/+4 |
| * | image/gif: fix transparency loss when encoding a wrapped *image.Paletted | kawakami | 2019-05-22 | 3 | -5/+90 |
| * | image/png: fix palette extension to handle 255 color images | Stephan Zuercher | 2019-05-08 | 3 | -1/+16 |
| * | image: deprecate ZP and ZR | Nigel Tao | 2019-04-07 | 1 | -0/+4 |
| * | image/jpeg: reduce bound checks from idct and fdct | Agniva De Sarker | 2019-04-02 | 2 | -59/+63 |
| * | image/png: add Fuzz function | Andrei Tudor Călin | 2019-03-22 | 1 | -0/+52 |
| * | image/gif: don't assume Encode src's origin is (0, 0) | Nigel Tao | 2019-03-21 | 2 | -2/+54 |
| * | image/png: delete unused statement | cia-rana | 2019-02-28 | 1 | -1/+0 |
| * | jpeg: simplify 'x = x op ...' to 'x op= ...' | avsharapov | 2018-10-13 | 1 | -16/+16 |
| * | image: optimize bounds checking for At and Set methods | Ian Davis | 2018-10-01 | 1 | -67/+82 |
| * | image: make RegisterFormat safe for concurrent use | Tim Cooper | 2018-09-26 | 1 | -2/+11 |
| * | image/draw: optimize bounds checks in loops | Ian Davis | 2018-09-25 | 1 | -63/+63 |
| * | image: avoid sharing test images between tests and benchmarks | Ian Davis | 2018-09-25 | 1 | -16/+22 |
| * | image/png: pack image data for small bitdepth paletted images | Ian Davis | 2018-09-25 | 2 | -11/+170 |
| * | image: add benchmarks for At and Set methods | Ian Davis | 2018-09-24 | 1 | -15/+195 |
| * | image/png: minor cleanup of a few tests | Ian Davis | 2018-09-16 | 2 | -6/+2 |
| * | cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methods | Lynn Boger | 2018-09-11 | 1 | -12/+5 |
| * | all: clean up some Deprecated comments | Brad Fitzpatrick | 2018-07-06 | 1 | -1/+2 |
| * | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper | 2018-06-01 | 6 | -14/+14 |
| * | image: add an example that shows how to get the metadata of an image | Aarti Parikh | 2018-05-29 | 1 | -0/+9 |
| * | all: fix non-standard "DO NOT EDIT" comments for generated files | Mark Rushakoff | 2018-03-10 | 4 | -4/+4 |
| * | all: fix misspellings | Shawn Smith | 2018-02-20 | 1 | -1/+1 |
| * | image/gif: support non-looping animated gifs (LoopCount=-1) | Peter Teichman | 2018-02-13 | 3 | -23/+66 |
| * | Revert "go/printer: forbid empty line before first comment in block" | Joe Tsai | 2017-12-01 | 1 | -0/+2 |
| * | all: change github.com issue links to golang.org | Leigh McCulloch | 2017-11-04 | 1 | -2/+2 |
| * | go/printer: forbid empty line before first comment in block | Joe Tsai | 2017-11-02 | 1 | -2/+0 |
| * | image/draw, image/color: optimize hot path sqDiff function | Artyom Pervukhin | 2017-10-27 | 4 | -12/+119 |
| * | image/draw: reduce drawPaletted allocations for special source cases | Artyom Pervukhin | 2017-10-25 | 1 | -1/+13 |
| * | image/gif: avoid setting defers in the decode loop | Artyom Pervukhin | 2017-10-23 | 2 | -101/+141 |
| * | image/png: fix width * height * bpp overflow check. | Nigel Tao | 2017-10-21 | 2 | -0/+24 |
| * | image/gif: make blockReader a ByteReader, harden tests | Jed Denlea | 2017-10-19 | 2 | -39/+104 |