1. 3fd0b07 go.mod: update golang.org/x dependencies by Gopher Robot · 4 days ago master v0.42.0
  2. 28d2559 webp: avoid canvas overflow on 32-bit systems by Damien Neil · 3 weeks ago
  3. bd05eea image: add security considerations to README by Roland Shoemaker · 3 weeks ago
  4. 0d61147 bmp: reject input with invalid palette index by Damien Neil · 7 weeks ago v0.41.0
  5. fe8ae45 tiff: limit PackBits decompression output size by mohammadmseet-hue · 10 weeks ago
  6. 542a3d9 go.mod: update golang.org/x dependencies by Gopher Robot · 5 weeks ago v0.40.0
  7. 5cbe89a tiff: reject 0-size images by Damien Neil · 8 weeks ago
  8. 3d5c9b6 go.mod: update golang.org/x dependencies by Gopher Robot · 9 weeks ago v0.39.0
  9. 854c274 font/sfnt: apply bounds checks before allocating read buffer by Damien Neil · 3 months ago
  10. 96edba0 webp: reject VP8X headers with too-large canvases by Damien Neil · 3 months ago
  11. 23ae9ed tiff: cap buffer growth to prevent OOM from malicious IFD offset by Andy | ZephrFish · 3 months ago v0.38.0
  12. e589e60 webp: allow VP8L + VP8X(with alpha) by Jesús Espino · 3 months ago
  13. fe7d73d go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago v0.37.0
  14. e3d762b all: upgrade go directive to at least 1.25.0 [generated] by Gopher Robot · 4 months ago
  15. 833c6ed go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.36.0
  16. bc7fe0b go.mod: update golang.org/x dependencies by Gopher Robot · 5 months ago v0.35.0
  17. c53c97f go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago v0.34.0
  18. 9032ff7 all: eliminate vet diagnostics by Sean Liao · 8 months ago
  19. 9c9d08c go.mod: update golang.org/x dependencies by Gopher Robot · 7 months ago v0.33.0
  20. 742b1b7 all: fix some comments by cuishuang · 8 months ago
  21. 7321200 vector: use built-in max/min to simplify the code by cuishuang · 1 year, 2 months ago
  22. 8c4e1c8 go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago v0.32.0
  23. 261d277 draw: accept slightly different JPEG decodings by Russ Cox · 9 months ago
  24. 5d4df67 go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago v0.31.0
  25. d935546 all: upgrade go directive to at least 1.24.0 [generated] by Gopher Robot · 10 months ago
  26. c574db5 go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago v0.30.0
  27. 4af98f4 bmp: decode 1, 2 and 4 bits-per-pixel palettes by Tuyen Phan · 11 months ago
  28. aed2316 go.mod: update golang.org/x dependencies by Gopher Robot · 11 months ago v0.29.0
  29. ea57e07 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year ago v0.28.0
  30. 64815fb go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 1 month ago v0.27.0
  31. 0aed5e2 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago v0.26.0
  32. e7e23ba go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 3 months ago v0.25.0
  33. 58efddc all: use a more straightforward return value by cuishuang · 1 year, 4 months ago
  34. ef6c1ab all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 1 year, 4 months ago
  35. 45df02f go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago v0.24.0
  36. 941f210 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 6 months ago v0.23.0
  37. 3724ab8 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 7 months ago v0.22.0
  38. ec562a8 README: don't recommend go get by Ian Lance Taylor · 1 year, 7 months ago
  39. 931781a go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 8 months ago v0.21.0
  40. c82123a go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago v0.20.0
  41. 59aa040 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 10 months ago v0.19.0
  42. 8bfd4fd colornames: update link to SVG spec by Sean Liao · 1 year, 11 months ago
  43. bad7eb8 LICENSE: update per Google Legal by Russ Cox · 1 year, 11 months ago
  44. 9abbe10 draw: avoid FMA (Fused Multiply Add) by Nigel Tao · 2 years ago
  45. 3bbf4a6 tiff: Validate palette indices when parsing palette-color images by John Wright · 2 years, 1 month ago v0.18.0
  46. 6c5fa46 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago v0.17.0
  47. 55c4ab6 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 1 month ago v0.16.0
  48. 0057a93 tiff: fix function name in comment by cuishuang · 2 years, 2 months ago
  49. 9e190ae webp: disallow multiple VP8X chunks by Roland Shoemaker · 2 years, 6 months ago v0.15.0
  50. 445ab0e go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 7 months ago v0.14.0
  51. 240a51a font/sfnt: support early version 0 OS/2 tables by Erik Agsjö · 2 years, 11 months ago
  52. c20bbc3 draw: simplify some calls to fmt.Fprintf by Branden J Brown · 2 years, 9 months ago v0.13.0
  53. 491771c draw: merge draw_go117.go into draw.go by Dmitri Shuralyov · 2 years, 9 months ago
  54. 4aa0222 go.mod: update go directive to 1.18 by Dmitri Shuralyov · 2 years, 9 months ago
  55. 3aac9c6 draw: add fast paths for RGBA64Image by Branden J Brown · 2 years, 10 months ago
  56. fa10be5 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 9 months ago v0.12.0
  57. 2b687b5 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 10 months ago v0.11.0
  58. cb227cd tiff: limit work when decoding malicious images by Damien Neil · 3 years ago v0.10.0
  59. a5392f0 bmp: support to decode 8-bit format with up to 256 color palette by entooone · 3 years ago
  60. f9550b0 go.mod: update golang.org/x dependencies by Gopher Robot · 3 years ago v0.9.0
  61. 81c166c go.mod: update golang.org/x dependencies by Gopher Robot · 3 years ago v0.8.0
  62. ed5dba0 go.mod: update golang.org/x dependencies by Gopher Robot · 3 years, 2 months ago v0.7.0
  63. 08ca817 font: have Glyph return !ok for U+FFFD substitute by Nigel Tao · 3 years, 3 months ago
  64. b6ac75b go.mod: update golang.org/x dependencies by Gopher Robot · 3 years, 3 months ago v0.6.0
  65. 1b74412 font/sfnt: set type for all NameID constants by Dmitri Shuralyov · 3 years, 4 months ago
  66. f632f7f tiff, tiff/lzw, vector: use single space in comments by Dmitri Shuralyov · 3 years, 4 months ago
  67. e6c2a4c tiff: don't pre-allocate giant slices before reading by Roland Shoemaker · 3 years, 6 months ago v0.5.0
  68. 3db422c go.mod: update golang.org/x dependencies by Gopher Robot · 3 years, 4 months ago v0.4.0
  69. bb712eb go.mod: update golang.org/x dependencies by Gopher Robot · 3 years, 5 months ago v0.3.0
  70. 9b8a3be font/plan9font: limit the font image's dimensions by Nigel Tao · 3 years, 6 months ago
  71. c5235ae font/plan9font: fix byteoffset for non-zero origin by Nigel Tao · 3 years, 6 months ago
  72. 0888fdd font/plan9font: fix bounds overflow by Nigel Tao · 3 years, 6 months ago
  73. 9fdfde7 go.mod: update golang.org/x dependencies by Gopher Robot · 3 years, 6 months ago v0.2.0
  74. ffcb3fe go.mod: update golang.org/x dependencies by Gopher Robot · 3 years, 8 months ago v0.1.0
  75. e7cb969 bmp: ignore alpha in Decode when the alpha channel is not supported by Zeke Lu · 3 years, 9 months ago
  76. 062f8c9 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 3 years, 11 months ago
  77. 41969df font/gofont: upgrade to version 2.010 by Nigel Tao · 4 years ago
  78. 64ec528 all: update golang.org/x/text for CVE-2021-38561 by Jacob · 4 years ago
  79. 70e8d0d font/sfnt: fix Font.GlyphIndex nil Buffer dereference by Nigel Tao · 4 years, 2 months ago
  80. 99f80d0 all: gofmt by Russ Cox · 4 years, 2 months ago
  81. a8550c1 tiff: do not crash when encoding with unsupported compression by Benny Siegert · 4 years, 3 months ago
  82. 723b81c all: fix typos by cuishuang · 4 years, 3 months ago
  83. 6944b10 font/sfnt: verify the total number of contour points by Nigel Tao · 4 years, 8 months ago
  84. a66eb64 draw: alias the stdlib draw.RGBA64Image type by Nigel Tao · 5 years ago
  85. e6eecd4 font/sfnt: fix parsing PostScript fonts' 4-byte numbers by Nigel Tao · 5 years ago
  86. 775e3b0 image: bump x/text@v0.3.6 by Sebastien Binet · 5 years ago
  87. 7319ad4 vector: add example test by Nigel Tao · 5 years ago
  88. ac19c3e all: go fmt ./... by Russ Cox · 5 years ago
  89. 4410531 font/sfnt: add more package docs by Nigel Tao · 5 years ago
  90. 55ae14f font/sfnt: add Font.WriteSourceTo by Nigel Tao · 5 years ago
  91. 35266b9 README.md: add badge to pkg.go.dev by Julie Qiu · 6 years ago
  92. e162460 font/opentype: add Parse and similar functions by Nigel Tao · 6 years ago
  93. a67d67e font/opentype: merge face.go into opentype.go by Nigel Tao · 6 years ago
  94. 2fd4ef3 font/opentype: add ExampleNewFace by Nigel Tao · 6 years ago
  95. 4578eab font/opentype: de-duplicate sfnt.loadGlyf calls by Nigel Tao · 6 years ago
  96. e59bae6 font/opentype: implement Glyph and GlyphBounds by Hajime Hoshi · 6 years ago
  97. 3a743ba webp: don't reject VP8X that isn't just VP8 + alpha by narro · 6 years ago
  98. 972c09e font/sfnt: fix Font.GlyphBounds with truncated hmtx table by Nigel Tao · 6 years ago
  99. c137617 font/sfnt: fix uint16 overflow in Glyph{Advance,Index} by Sebastien Binet · 6 years ago
  100. 3f4726a font/sfnt: implement Font.GlyphBounds by Oliver Tonnhofer · 7 years ago