summaryrefslogtreecommitdiff
path: root/src/image
Commit message (Expand)AuthorAgeFilesLines
* all: fix typosAinar Garipov2019-09-081-1/+1
* image/png: hoist repetitive pixels per byte out of loop in EncodeNao YONASHIRO2019-08-281-2/+3
* image/draw: change argument type to be consistent with other argsLeon Klingele2019-05-241-2/+2
* image: add missing error check in testLeon Klingele2019-05-231-0/+4
* image/gif: fix transparency loss when encoding a wrapped *image.Palettedkawakami2019-05-223-5/+90
* image/png: fix palette extension to handle 255 color imagesStephan Zuercher2019-05-083-1/+16
* image: deprecate ZP and ZRNigel Tao2019-04-071-0/+4
* image/jpeg: reduce bound checks from idct and fdctAgniva De Sarker2019-04-022-59/+63
* image/png: add Fuzz functionAndrei Tudor Călin2019-03-221-0/+52
* image/gif: don't assume Encode src's origin is (0, 0)Nigel Tao2019-03-212-2/+54
* image/png: delete unused statementcia-rana2019-02-281-1/+0
* jpeg: simplify 'x = x op ...' to 'x op= ...'avsharapov2018-10-131-16/+16
* image: optimize bounds checking for At and Set methodsIan Davis2018-10-011-67/+82
* image: make RegisterFormat safe for concurrent useTim Cooper2018-09-261-2/+11
* image/draw: optimize bounds checks in loopsIan Davis2018-09-251-63/+63
* image: avoid sharing test images between tests and benchmarksIan Davis2018-09-251-16/+22
* image/png: pack image data for small bitdepth paletted imagesIan Davis2018-09-252-11/+170
* image: add benchmarks for At and Set methodsIan Davis2018-09-241-15/+195
* image/png: minor cleanup of a few testsIan Davis2018-09-162-6/+2
* cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methodsLynn Boger2018-09-111-12/+5
* all: clean up some Deprecated commentsBrad Fitzpatrick2018-07-061-1/+2
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-016-14/+14
* image: add an example that shows how to get the metadata of an imageAarti Parikh2018-05-291-0/+9
* all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff2018-03-104-4/+4
* all: fix misspellingsShawn Smith2018-02-201-1/+1
* image/gif: support non-looping animated gifs (LoopCount=-1)Peter Teichman2018-02-133-23/+66
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-011-0/+2
* all: change github.com issue links to golang.orgLeigh McCulloch2017-11-041-2/+2
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-021-2/+0
* image/draw, image/color: optimize hot path sqDiff functionArtyom Pervukhin2017-10-274-12/+119
* image/draw: reduce drawPaletted allocations for special source casesArtyom Pervukhin2017-10-251-1/+13
* image/gif: avoid setting defers in the decode loopArtyom Pervukhin2017-10-232-101/+141
* image/png: fix width * height * bpp overflow check.Nigel Tao2017-10-212-0/+24
* image/gif: make blockReader a ByteReader, harden testsJed Denlea2017-10-192-39/+104
* image/gif: write fewer, bigger blocksJed Denlea2017-10-142-16/+51
* image/gif: try harder to use global color tableJed Denlea2017-10-132-26/+84
* image/gif: make Decode only keep the first frame in memoryArtyom Pervukhin2017-10-121-7/+9
* image/gif: add BenchmarkDecode.Nigel Tao2017-10-076-30/+46
* all: fix article typosKunpei Sakai2017-09-151-2/+2
* image/gif: fix writeImageBlock with SubImagesJed Denlea2017-06-162-1/+29
* image/gif: don't panic on large or nil-containing color.Palettes.Nigel Tao2017-05-062-8/+62
* image/jpeg: fix extended sequential Huffman table selector (Th).Nigel Tao2017-04-274-10/+22
* all: remove some unused parameters in test codeDaniel Martí2017-04-251-6/+6
* image/png: decode Gray8 transparent images.Nigel Tao2017-03-172-2/+75
* image/gif: handle an extra data sub-block byte.Will Storey2017-03-022-19/+62
* image/png: reduce memory allocs encoding images by reusing buffersCezar Sa Espinola2017-02-122-24/+107
* image/color: tweak the YCbCr to RGBA conversion formula again.Nigel Tao2017-02-103-9/+59
* image: fix the overlap check in Rectangle.Intersect.Nigel Tao2017-02-102-4/+9
* image/gif: fix frame-inside-image bounds checking.Nigel Tao2017-02-101-6/+21
* Revert "image: fix the overlap check in Rectangle.Intersect."Russ Cox2017-02-072-9/+4