summaryrefslogtreecommitdiff
path: root/src/image
Commit message (Expand)AuthorAgeFilesLines
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-133-0/+190
* Revert "all: add a handful of fuzz targets"Bryan Mills2022-01-123-190/+0
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-123-0/+190
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* image/draw: rename and reorder some benchmarksNigel Tao2021-10-313-18/+24
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-283-3/+0
* image/draw: improve performances if mask is *image.AlphaOlivier Wulveryck2021-10-253-0/+171
* image/png: fix interlaced palette out-of-boundsNigel Tao2021-10-081-1/+9
* image/draw: add RGBA64Image fast path for RGBA dstNigel Tao2021-09-273-14/+166
* image/draw: add RGBA64Image fast pathNigel Tao2021-09-032-23/+259
* image/gif: fix typo in the comment (io.ReadByte -> io.ByteReader)uji2021-06-301-1/+1
* image: add Uniform.RGBA64At and Rectangle.RGBA64AtNigel Tao2021-06-303-0/+25
* image: add RGBA64Image interfaceNigel Tao2021-06-184-0/+292
* image: resolve the TODO of doc comment styleAndy Pan2021-02-242-3/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-203-0/+3
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-095-12/+9
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-203-23/+22
* image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBANigel Tao2020-09-031-14/+20
* image/gif: add more writer benchmarksNigel Tao2020-08-171-15/+38
* image/gif: speed up initializing test imageNigel Tao2020-06-141-5/+2
* image/png: remove too early declaration of "n"Ayan George2020-05-081-3/+2
* image: guard against NewXxx integer overflowNigel Tao2020-04-294-30/+193
* image/jpeg: accept "\xff\x00" before a RST markerNigel Tao2020-04-292-0/+189
* image: add a NewUniform doc commentNigel Tao2020-04-291-0/+1
* image/draw: optimize paletted dst + uniform srcNigel Tao2020-04-273-17/+43
* image/png: fix some 32-bit int overflowsNigel Tao2020-04-272-17/+127
* 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