aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)Author
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
2019-05-08image/png: fix palette extension to handle 255 color imagesStephan Zuercher
2019-04-07image: deprecate ZP and ZRNigel Tao
2019-04-02image/jpeg: reduce bound checks from idct and fdctAgniva De Sarker
2019-03-22image/png: add Fuzz functionAndrei Tudor Călin
2019-03-21image/gif: don't assume Encode src's origin is (0, 0)Nigel Tao
2019-02-28image/png: delete unused statementcia-rana
2018-10-13jpeg: simplify 'x = x op ...' to 'x op= ...'avsharapov
2018-10-01image: optimize bounds checking for At and Set methodsIan Davis
2018-09-26image: make RegisterFormat safe for concurrent useTim Cooper
2018-09-25image/draw: optimize bounds checks in loopsIan Davis
2018-09-25image: avoid sharing test images between tests and benchmarksIan Davis
2018-09-25image/png: pack image data for small bitdepth paletted imagesIan Davis
2018-09-24image: add benchmarks for At and Set methodsIan Davis
2018-09-16image/png: minor cleanup of a few testsIan Davis
2018-09-11cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methodsLynn Boger
2018-07-06all: clean up some Deprecated commentsBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-29image: add an example that shows how to get the metadata of an imageAarti Parikh
2018-03-10all: fix non-standard "DO NOT EDIT" comments for generated filesMark Rushakoff