summaryrefslogtreecommitdiff
path: root/src/image
Commit message (Expand)AuthorAgeFilesLines
* image/jpeg: return io.ErrUnexpectedEOF on truncated dataAlexander Yastrebov2023-02-243-8/+19
* all: fix a few function names on commentscui fliter2022-11-031-2/+2
* image/png: optimise RGBA encodingAlexander Efremov2022-10-142-3/+98
* image/gif,image/jpeg,image/png: skip FuzzDecode in testing short modeJoel Sing2022-09-273-0/+12
* image/jpeg: use strings.Buildercuiweixie2022-09-063-4/+5
* image/png: allow both PLTE and tRNS chunks for TrueColorNigel Tao2022-08-291-0/+8
* image/png: have DecodeConfig read tRNS chunksNigel Tao2022-08-242-9/+70
* image/gif: avoid decoding past the first frame in decode()Chris Gillis2022-08-222-1/+5
* image/jpeg: increase TestLargeImageWithShortData timeout by an order of magni...Bryan C. Mills2022-07-121-12/+11
* all: fix spellingJohn Bampton2022-05-171-2/+2
* all: gofmt main repoRuss Cox2022-04-114-15/+20
* image/draw: have draw.Src preserve NRGBA colorsNigel Tao2022-04-072-15/+108
* 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