aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)Author
2024-03-11image: use built-in clear to simplify codeapocelipes
2023-10-19image: add available godoc linkcui fliter
2023-09-25all: use the indefinite article an in commentsJes Cok
2023-08-29image: add a security considerations section to package docRoland Shoemaker
2023-08-07encoding/xml, image/jpeg, image/png: use the builtin min functionapocelipes
2023-08-03image/jpeg, image/png: replace Fatal with Error in testsHiro
2023-07-20image/draw: replace deprecated image.ZP and image.ZR in xx_test.goryomak
2023-02-24image/jpeg: return io.ErrUnexpectedEOF on truncated dataAlexander Yastrebov
2022-11-03all: fix a few function names on commentscui fliter
2022-10-14image/png: optimise RGBA encodingAlexander Efremov
2022-09-27image/gif,image/jpeg,image/png: skip FuzzDecode in testing short modeJoel Sing
2022-09-06image/jpeg: use strings.Buildercuiweixie
2022-08-29image/png: allow both PLTE and tRNS chunks for TrueColorNigel Tao
2022-08-24image/png: have DecodeConfig read tRNS chunksNigel Tao
2022-08-22image/gif: avoid decoding past the first frame in decode()Chris Gillis
2022-07-12image/jpeg: increase TestLargeImageWithShortData timeout by an order of magni...Bryan C. Mills
2022-05-17all: fix spellingJohn Bampton
2022-04-11all: gofmt main repoRuss Cox
2022-04-07image/draw: have draw.Src preserve NRGBA colorsNigel Tao
2022-01-13all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12Revert "all: add a handful of fuzz targets"Bryan Mills
2022-01-12all: add a handful of fuzz targetsRoland Shoemaker
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-31image/draw: rename and reorder some benchmarksNigel Tao
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-25image/draw: improve performances if mask is *image.AlphaOlivier Wulveryck
2021-10-08image/png: fix interlaced palette out-of-boundsNigel Tao
2021-09-27image/draw: add RGBA64Image fast path for RGBA dstNigel Tao
2021-09-03image/draw: add RGBA64Image fast pathNigel Tao
2021-06-30image/gif: fix typo in the comment (io.ReadByte -> io.ByteReader)uji
2021-06-30image: add Uniform.RGBA64At and Rectangle.RGBA64AtNigel Tao
2021-06-18image: add RGBA64Image interfaceNigel Tao
2021-02-24image: resolve the TODO of doc comment styleAndy Pan
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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