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