1. 0057a93 tiff: fix function name in comment by cuishuang · 2 weeks ago master
  2. 9e190ae webp: disallow multiple VP8X chunks by Roland Shoemaker · 4 months ago v0.15.0
  3. 445ab0e go.mod: update golang.org/x dependencies by Gopher Robot · 6 months ago v0.14.0
  4. 240a51a font/sfnt: support early version 0 OS/2 tables by Erik Agsjö · 10 months ago
  5. c20bbc3 draw: simplify some calls to fmt.Fprintf by Branden J Brown · 8 months ago v0.13.0
  6. 491771c draw: merge draw_go117.go into draw.go by Dmitri Shuralyov · 8 months ago
  7. 4aa0222 go.mod: update go directive to 1.18 by Dmitri Shuralyov · 8 months ago
  8. 3aac9c6 draw: add fast paths for RGBA64Image by Branden J Brown · 8 months ago
  9. fa10be5 go.mod: update golang.org/x dependencies by Gopher Robot · 8 months ago v0.12.0
  10. 2b687b5 go.mod: update golang.org/x dependencies by Gopher Robot · 9 months ago v0.11.0
  11. cb227cd tiff: limit work when decoding malicious images by Damien Neil · 10 months ago v0.10.0
  12. a5392f0 bmp: support to decode 8-bit format with up to 256 color palette by entooone · 10 months ago
  13. f9550b0 go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago v0.9.0
  14. 81c166c go.mod: update golang.org/x dependencies by Gopher Robot · 11 months ago v0.8.0
  15. ed5dba0 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 1 month ago v0.7.0
  16. 08ca817 font: have Glyph return !ok for U+FFFD substitute by Nigel Tao · 1 year, 2 months ago
  17. b6ac75b go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago v0.6.0
  18. 1b74412 font/sfnt: set type for all NameID constants by Dmitri Shuralyov · 1 year, 2 months ago
  19. f632f7f tiff, tiff/lzw, vector: use single space in comments by Dmitri Shuralyov · 1 year, 2 months ago
  20. e6c2a4c tiff: don't pre-allocate giant slices before reading by Roland Shoemaker · 1 year, 5 months ago v0.5.0
  21. 3db422c go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 3 months ago v0.4.0
  22. bb712eb go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 4 months ago v0.3.0
  23. 9b8a3be font/plan9font: limit the font image's dimensions by Nigel Tao · 1 year, 5 months ago
  24. c5235ae font/plan9font: fix byteoffset for non-zero origin by Nigel Tao · 1 year, 5 months ago
  25. 0888fdd font/plan9font: fix bounds overflow by Nigel Tao · 1 year, 5 months ago
  26. 9fdfde7 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 5 months ago v0.2.0
  27. ffcb3fe go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 7 months ago v0.1.0
  28. e7cb969 bmp: ignore alpha in Decode when the alpha channel is not supported by Zeke Lu · 1 year, 8 months ago
  29. 062f8c9 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 9 months ago
  30. 41969df font/gofont: upgrade to version 2.010 by Nigel Tao · 1 year, 11 months ago
  31. 64ec528 all: update golang.org/x/text for CVE-2021-38561 by Jacob · 1 year, 11 months ago
  32. 70e8d0d font/sfnt: fix Font.GlyphIndex nil Buffer dereference by Nigel Tao · 2 years, 1 month ago
  33. 99f80d0 all: gofmt by Russ Cox · 2 years, 1 month ago
  34. a8550c1 tiff: do not crash when encoding with unsupported compression by Benny Siegert · 2 years, 1 month ago
  35. 723b81c all: fix typos by cuishuang · 2 years, 2 months ago
  36. 6944b10 font/sfnt: verify the total number of contour points by Nigel Tao · 2 years, 6 months ago
  37. a66eb64 draw: alias the stdlib draw.RGBA64Image type by Nigel Tao · 2 years, 10 months ago
  38. e6eecd4 font/sfnt: fix parsing PostScript fonts' 4-byte numbers by Nigel Tao · 2 years, 10 months ago
  39. 775e3b0 image: bump x/text@v0.3.6 by Sebastien Binet · 3 years, 2 months ago
  40. 7319ad4 vector: add example test by Nigel Tao · 3 years ago
  41. ac19c3e all: go fmt ./... by Russ Cox · 3 years, 2 months ago
  42. 4410531 font/sfnt: add more package docs by Nigel Tao · 3 years, 3 months ago
  43. 55ae14f font/sfnt: add Font.WriteSourceTo by Nigel Tao · 3 years, 3 months ago
  44. 35266b9 README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 5 months ago
  45. e162460 font/opentype: add Parse and similar functions by Nigel Tao · 3 years, 7 months ago
  46. a67d67e font/opentype: merge face.go into opentype.go by Nigel Tao · 3 years, 7 months ago
  47. 2fd4ef3 font/opentype: add ExampleNewFace by Nigel Tao · 3 years, 7 months ago
  48. 4578eab font/opentype: de-duplicate sfnt.loadGlyf calls by Nigel Tao · 3 years, 7 months ago
  49. e59bae6 font/opentype: implement Glyph and GlyphBounds by Hajime Hoshi · 3 years, 10 months ago
  50. 3a743ba webp: don't reject VP8X that isn't just VP8 + alpha by narro · 3 years, 7 months ago
  51. 972c09e font/sfnt: fix Font.GlyphBounds with truncated hmtx table by Nigel Tao · 3 years, 9 months ago
  52. c137617 font/sfnt: fix uint16 overflow in Glyph{Advance,Index} by Sebastien Binet · 3 years, 11 months ago
  53. 3f4726a font/sfnt: implement Font.GlyphBounds by Oliver Tonnhofer · 5 years ago
  54. 33d1968 font/sfnt: fix dropped errors by Lars Lehtonen · 4 years, 5 months ago
  55. 58c2397 ccitt: add the AutoDetectHeight decoding option by Nigel Tao · 4 years, 5 months ago
  56. 9130b4c ccitt: accept missing multiple-EOL trailer by Nigel Tao · 4 years, 5 months ago
  57. da761ea tiff, bmp: return io.UnexpectedEOF on empty data by Sardorbek Pulatov · 4 years, 5 months ago
  58. e7c1f5e ccitt: style fixes by Nigel Tao · 4 years, 7 months ago
  59. 69e4b85 ccitt: set bitReader default order to MSB by Horst Rutter · 4 years, 8 months ago
  60. cb417be font/plan9font: rewrite reference to plan9.bell-labs.com to 9p.io by Wagner Riffel · 4 years, 8 months ago
  61. b3c0629 ccitt: speed up the highBits function by Nigel Tao · 4 years, 8 months ago
  62. 6ea1694 ccitt: factor out a highBits function by Nigel Tao · 4 years, 8 months ago
  63. 23ea20f ccitt: fix byte align and invert flag by Horst Rutter · 4 years, 9 months ago
  64. 3a9bac6 tiff/lzw: don't follow code == hi if last is invalid by Nigel Tao · 4 years, 8 months ago
  65. cff245a image/vector: simplify haveAccumulateSIMD fields by Nigel Tao · 4 years, 10 months ago
  66. 1bd0cf5 ccitt: implement bitWriter by Horst Rutter · 4 years, 10 months ago
  67. d6a02ce image/vector: add runtime check for SSE4.1 by Nigel Tao · 4 years, 10 months ago
  68. 7e034ca tiff: Add support for CCITT group 3/4 compression by Horst Rutter · 4 years, 11 months ago
  69. 92942e4 ccitt: implement NewReader and DecodeIntoGray by Nigel Tao · 4 years, 11 months ago
  70. 33659d3 go.mod: add go language version by Nigel Tao · 4 years, 11 months ago
  71. f03afa9 ccitt: rename fooTable vars to fooDecodeTable by Nigel Tao · 5 years ago
  72. 61b8692 ccitt: don't advance bitReader after invalid code by Nigel Tao · 5 years ago
  73. e4e5bf2 ccitt: new package for CCITT images by Nigel Tao · 5 years ago
  74. 6d32002 tiff: mark test and benchmark helpers by Benny Siegert · 5 years ago
  75. 59b11be vector: clarify GOARCH=wasm test code by Nigel Tao · 5 years ago
  76. 4e30a6e vector: fix tests on wasm by Richard Musiol · 5 years ago
  77. 3fc05d4 tiff: add Fuzz function by Andrei Tudor Călin · 5 years ago
  78. 0694c2d font/sfnt: support for large kern tables by Oliver Tonnhofer · 5 years ago
  79. 31aff87 all: add a go.mod file by Michael Matloob · 5 years ago
  80. ef4a147 font/sfnt: support for kerning from GPOS tables by Oliver Tonnhofer · 5 years ago
  81. 183bebd font/sfnt: support cmap format 6 by Denys Smirnov · 6 years ago
  82. cd38e80 font/sfnt: make PostTable.ItalicAngle a float64 by Nigel Tao · 5 years ago
  83. dd492a2 font/sfnt: support fonts with "true" apple version tag by Denys Smirnov · 6 years ago
  84. d9c2484 font/sfnt: parse and expose PostScript information by Denys Smirnov · 6 years ago
  85. 46e4eb7 vector: use asm opcode mnemonics by Nigel Tao · 5 years ago
  86. 249dc85 draw: re-enable the image.Rectangle DstMask fast path by Dmitri Shuralyov · 5 years ago
  87. aa35264 font/sfnt: rename ExampleRasterizeGlyph to Example_rasterizeGlyph by Dmitri Shuralyov · 5 years ago
  88. 22fd5b5 draw: fix Transformer documentation formatting by Dmitri Shuralyov · 5 years ago
  89. a3f9a00 draw: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  90. 36ab240 webp: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  91. 4b0b9b9 vector: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  92. 6f5d68b webp/nycbcra: delete deprecated package by Dmitri Shuralyov · 5 years ago
  93. 5591930 colornames: update SVG 1.1 spec URL by Dmitri Shuralyov · 5 years ago
  94. fe2fa19 font/sfnt: support post table version 1.0 by Denys Smirnov · 6 years ago
  95. 63626fb font/sfnt: fix hmtx table size validation by Denys Smirnov · 6 years ago
  96. 69cc364 all: fix typos by Igor Zhilianin · 6 years ago
  97. 2a2258f font/sfnt: support parsing legacy fonts with OS2 table version <= 1 by Denys Smirnov · 6 years ago
  98. 9b1e201 bmp: update comment about decoding 32 bpp images by Nigel Tao · 6 years ago
  99. a9455cf image/bmp: support v4 and v5 info header versions by David Heuschmann · 6 years ago
  100. 991ec62 image/font: expose caret slope by Elias Naur · 6 years ago