- 9f69a44 image/draw: add RGBA64Image fast path by Nigel Tao · 3 years, 7 months ago
- 7d0e9e6 image/gif: fix typo in the comment (io.ReadByte -> io.ByteReader) by uji · 3 years, 9 months ago
- d19a533 image: add Uniform.RGBA64At and Rectangle.RGBA64At by Nigel Tao · 3 years, 9 months ago
- 86743e7 image: add RGBA64Image interface by Nigel Tao · 4 years ago
- 0694fb3 image: resolve the TODO of doc comment style by Andy Pan · 4 years, 4 months ago
- d4b2638 all: go fmt std cmd (but revert vendor) by Russ Cox · 4 years, 1 month ago
- 4f1b0a4 all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp by Russ Cox · 4 years, 5 months ago
- 1b09d43 all: update references to symbols moved from io/ioutil to io by Russ Cox · 4 years, 5 months ago
- 6c76ede image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBA by Nigel Tao · 4 years, 6 months ago
- f7fc25e image/gif: add more writer benchmarks by Nigel Tao · 4 years, 7 months ago
- 9701910 image/gif: speed up initializing test image by Nigel Tao · 4 years, 9 months ago
- c844fec image/png: remove too early declaration of "n" by Ayan George · 4 years, 10 months ago
- 07d9ea6 image: guard against NewXxx integer overflow by Nigel Tao · 4 years, 11 months ago
- 7250dd2 image/jpeg: accept "\xff\x00" before a RST marker by Nigel Tao · 4 years, 11 months ago
- 03efd42 image: add a NewUniform doc comment by Nigel Tao · 4 years, 11 months ago
- 42c4899 image/draw: optimize paletted dst + uniform src by Nigel Tao · 4 years, 11 months ago
- bce1e25 image/png: fix some 32-bit int overflows by Nigel Tao · 4 years, 11 months ago
- 0efbd10 all: fix typos by Ainar Garipov · 6 years ago
- f04f594 image/png: hoist repetitive pixels per byte out of loop in Encode by Nao YONASHIRO · 6 years ago
- cd0f5f3 image/draw: change argument type to be consistent with other args by Leon Klingele · 6 years ago
- 2500ac2 image: add missing error check in test by Leon Klingele · 6 years ago
- 983986f image/gif: fix transparency loss when encoding a wrapped *image.Paletted by kawakami · 6 years ago
- 3403ee5 image/png: fix palette extension to handle 255 color images by Stephan Zuercher · 6 years ago
- 1c00dee image: deprecate ZP and ZR by Nigel Tao · 6 years ago
- 64f22e4 image/jpeg: reduce bound checks from idct and fdct by Agniva De Sarker · 6 years ago
- 4906a00 image/png: add Fuzz function by Andrei Tudor Călin · 6 years ago
- 4dad64f image/gif: don't assume Encode src's origin is (0, 0) by Nigel Tao · 6 years ago
- b47f31f image/png: delete unused statement by cia-rana · 6 years ago
- e489a23 jpeg: simplify 'x = x op ...' to 'x op= ...' by avsharapov · 6 years ago
- b57ccdf image: optimize bounds checking for At and Set methods by Ian Davis · 6 years ago
- 10aeb67 image: make RegisterFormat safe for concurrent use by Tim Cooper · 7 years ago
- 5bba505 image/draw: optimize bounds checks in loops by Ian Davis · 6 years ago
- 36a3d4f image: avoid sharing test images between tests and benchmarks by Ian Davis · 6 years ago
- b84a580 image/png: pack image data for small bitdepth paletted images by Ian Davis · 7 years ago
- 4039be0 image: add benchmarks for At and Set methods by Ian Davis · 6 years ago
- 930ce09 image/png: minor cleanup of a few tests by Ian Davis · 7 years ago
- aa4fc0e cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methods by Lynn Boger · 7 years ago
- c5ac91d all: clean up some Deprecated comments by Brad Fitzpatrick · 7 years ago
- 161874d all: update comment URLs from HTTP to HTTPS, where possible by Tim Cooper · 7 years ago
- 5c36fdf image: add an example that shows how to get the metadata of an image by Aarti Parikh · 7 years ago
- 5e52471 all: fix non-standard "DO NOT EDIT" comments for generated files by Mark Rushakoff · 7 years ago
- d3beea8 all: fix misspellings by Shawn Smith · 7 years ago
- ecba371 image/gif: support non-looping animated gifs (LoopCount=-1) by Peter Teichman · 7 years ago
- b53088a Revert "go/printer: forbid empty line before first comment in block" by Joe Tsai · 7 years ago
- 8db19a4 all: change github.com issue links to golang.org by Leigh McCulloch · 7 years ago
- 08f19bb go/printer: forbid empty line before first comment in block by Joe Tsai · 7 years ago
- 7a8e8b2 image/draw, image/color: optimize hot path sqDiff function by Artyom Pervukhin · 7 years ago
- 088209b image/draw: reduce drawPaletted allocations for special source cases by Artyom Pervukhin · 7 years ago
- 54fa10a image/gif: avoid setting defers in the decode loop by Artyom Pervukhin · 7 years ago
- 1de2267 image/png: fix width * height * bpp overflow check. by Nigel Tao · 7 years ago
- 58d7231 image/gif: make blockReader a ByteReader, harden tests by Jed Denlea · 7 years ago
- 8b220d8 image/gif: write fewer, bigger blocks by Jed Denlea · 7 years ago
- 31cd20a image/gif: try harder to use global color table by Jed Denlea · 7 years ago
- 9ce43ce image/gif: make Decode only keep the first frame in memory by Artyom Pervukhin · 7 years ago
- eab5bc9 image/gif: add BenchmarkDecode. by Nigel Tao · 7 years ago
- 5a986ec all: fix article typos by Kunpei Sakai · 7 years ago
- c52aca1 image/gif: fix writeImageBlock with SubImages by Jed Denlea · 8 years ago
- 6d9b900 image/gif: don't panic on large or nil-containing color.Palettes. by Nigel Tao · 8 years ago
- 35cbc3b image/jpeg: fix extended sequential Huffman table selector (Th). by Nigel Tao · 8 years ago
- 516e6f6 all: remove some unused parameters in test code by Daniel Martí · 8 years ago
- 16663a8 image/png: decode Gray8 transparent images. by Nigel Tao · 8 years ago
- 4775b7f image/gif: handle an extra data sub-block byte. by Will Storey · 8 years ago
- 93a18ac image/png: reduce memory allocs encoding images by reusing buffers by Cezar Sa Espinola · 8 years ago
- 5157039 image/color: tweak the YCbCr to RGBA conversion formula again. by Nigel Tao · 8 years ago
- 3a20928 image: fix the overlap check in Rectangle.Intersect. by Nigel Tao · 8 years ago
- 9ef65db image/gif: fix frame-inside-image bounds checking. by Nigel Tao · 8 years ago
- 14347ee Revert "image: fix the overlap check in Rectangle.Intersect." by Russ Cox · 8 years ago
- a855da2 image: fix the overlap check in Rectangle.Intersect. by Nigel Tao · 8 years ago
- 435450b image/jpeg: improve performance when encoding *image.YCbCr by Thomas Bonfort · 8 years ago
- caba0bd image/png: implement grayscale transparency. by Nigel Tao · 8 years ago
- 4951c79 image/png: implement truecolor transparency. by Nigel Tao · 8 years ago
- de4b065 image/png: allow tRNS chunk without a PLTE chunk. by Nigel Tao · 8 years ago
- 2113c9a image/color: improve speed of RGBA methods by Martin Möhrmann · 8 years ago
- 584e3ea image/color: tweak the formula for converting to gray. by Nigel Tao · 8 years ago
- d1d798d image/gif: check handling of truncated GIF files by Jeff R. Allen · 9 years ago
- 7de7d20 image/png: improve compression by skipping filter for paletted images by Oliver Tonnhofer · 8 years ago
- 445f51f image/png: add Encode and Decode examples by Suyash · 9 years ago
- 16f81b6 image/draw: add FloydSteinberg Drawer example by Brad Fitzpatrick · 8 years ago
- f782a7e image/draw: optimize drawFillOver as drawFillSrc for opaque fills. by Nigel Tao · 9 years ago
- 4618dd8 image/gif: accept an out-of-bounds transparent color index. by Nigel Tao · 9 years ago
- ac0ee77 image/gif: be stricter on parsing graphic control extensions. by Nigel Tao · 9 years ago
- 102cf2a image/color: optimize RGBToYCbCr by Martin Möhrmann · 9 years ago
- 31da093 image/draw: remove some bounds checks from DrawYCbCr by Josh Bleecher Snyder · 9 years ago
- 8955745 image/color: order color computation to match rgb by Martin Möhrmann · 9 years ago
- 0da4dbe all: remove unnecessary type conversions by Matthew Dempsky · 9 years ago
- f0c5b8b image/color: optimize YCbCrToRGB by Martin Möhrmann · 9 years ago
- 7166dfe image/color: add YCbCrToRGB benchmark by Josh Bleecher Snyder · 9 years ago
- 225b223 image/jpeg: reconstruct progressive images even if incomplete. by Nigel Tao · 9 years ago
- 633e414 image/png: ignore trailing IDAT chunks by Tilman Dilo · 9 years ago
- 1d40e2b Rewrite leftover references to plan9.bell-labs.com to 9p.io. by Muhammed Uluyol · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
- fdd0179 all: fix typos and spelling by Martin Möhrmann · 9 years ago
- e4dcf5c image/color: have NYCbCrA.RGBA work in 16-bit color. by Nigel Tao · 9 years ago
- c478c48 image: add NYCbCrA types. by Nigel Tao · 9 years ago
- 66c25fa image/png: integer underflow when decoding by Nathan Otterness · 9 years ago
- 0cf7331 image/png: reject zero-width and zero-height images. by Nigel Tao · 10 years ago
- 220b5f7 image/gif: map/slice literals janitoring by Didier Spezia · 10 years ago
- e424d59 image/draw: optimize out some bounds checks. by Nigel Tao · 10 years ago
- f7dc4eb image/gif: avoid unused assignment by Tarmigan Casebolt · 10 years ago