1. a66eb64 draw: alias the stdlib draw.RGBA64Image type by Nigel Tao · 2 years, 10 months ago
  2. e6eecd4 font/sfnt: fix parsing PostScript fonts' 4-byte numbers by Nigel Tao · 2 years, 10 months ago
  3. 775e3b0 image: bump x/text@v0.3.6 by Sebastien Binet · 3 years, 2 months ago
  4. 7319ad4 vector: add example test by Nigel Tao · 3 years ago
  5. ac19c3e all: go fmt ./... by Russ Cox · 3 years, 2 months ago
  6. 4410531 font/sfnt: add more package docs by Nigel Tao · 3 years, 2 months ago
  7. 55ae14f font/sfnt: add Font.WriteSourceTo by Nigel Tao · 3 years, 2 months ago
  8. 35266b9 README.md: add badge to pkg.go.dev by Julie Qiu · 3 years, 4 months ago
  9. e162460 font/opentype: add Parse and similar functions by Nigel Tao · 3 years, 7 months ago
  10. a67d67e font/opentype: merge face.go into opentype.go by Nigel Tao · 3 years, 7 months ago
  11. 2fd4ef3 font/opentype: add ExampleNewFace by Nigel Tao · 3 years, 7 months ago
  12. 4578eab font/opentype: de-duplicate sfnt.loadGlyf calls by Nigel Tao · 3 years, 7 months ago
  13. e59bae6 font/opentype: implement Glyph and GlyphBounds by Hajime Hoshi · 3 years, 10 months ago
  14. 3a743ba webp: don't reject VP8X that isn't just VP8 + alpha by narro · 3 years, 7 months ago
  15. 972c09e font/sfnt: fix Font.GlyphBounds with truncated hmtx table by Nigel Tao · 3 years, 9 months ago
  16. c137617 font/sfnt: fix uint16 overflow in Glyph{Advance,Index} by Sebastien Binet · 3 years, 10 months ago
  17. 3f4726a font/sfnt: implement Font.GlyphBounds by Oliver Tonnhofer · 5 years ago
  18. 33d1968 font/sfnt: fix dropped errors by Lars Lehtonen · 4 years, 4 months ago
  19. 58c2397 ccitt: add the AutoDetectHeight decoding option by Nigel Tao · 4 years, 4 months ago
  20. 9130b4c ccitt: accept missing multiple-EOL trailer by Nigel Tao · 4 years, 4 months ago
  21. da761ea tiff, bmp: return io.UnexpectedEOF on empty data by Sardorbek Pulatov · 4 years, 5 months ago
  22. e7c1f5e ccitt: style fixes by Nigel Tao · 4 years, 6 months ago
  23. 69e4b85 ccitt: set bitReader default order to MSB by Horst Rutter · 4 years, 7 months ago
  24. cb417be font/plan9font: rewrite reference to plan9.bell-labs.com to 9p.io by Wagner Riffel · 4 years, 8 months ago
  25. b3c0629 ccitt: speed up the highBits function by Nigel Tao · 4 years, 8 months ago
  26. 6ea1694 ccitt: factor out a highBits function by Nigel Tao · 4 years, 8 months ago
  27. 23ea20f ccitt: fix byte align and invert flag by Horst Rutter · 4 years, 8 months ago
  28. 3a9bac6 tiff/lzw: don't follow code == hi if last is invalid by Nigel Tao · 4 years, 8 months ago
  29. cff245a image/vector: simplify haveAccumulateSIMD fields by Nigel Tao · 4 years, 10 months ago
  30. 1bd0cf5 ccitt: implement bitWriter by Horst Rutter · 4 years, 10 months ago
  31. d6a02ce image/vector: add runtime check for SSE4.1 by Nigel Tao · 4 years, 10 months ago
  32. 7e034ca tiff: Add support for CCITT group 3/4 compression by Horst Rutter · 4 years, 10 months ago
  33. 92942e4 ccitt: implement NewReader and DecodeIntoGray by Nigel Tao · 4 years, 10 months ago
  34. 33659d3 go.mod: add go language version by Nigel Tao · 4 years, 10 months ago
  35. f03afa9 ccitt: rename fooTable vars to fooDecodeTable by Nigel Tao · 5 years ago
  36. 61b8692 ccitt: don't advance bitReader after invalid code by Nigel Tao · 5 years ago
  37. e4e5bf2 ccitt: new package for CCITT images by Nigel Tao · 5 years ago
  38. 6d32002 tiff: mark test and benchmark helpers by Benny Siegert · 5 years ago
  39. 59b11be vector: clarify GOARCH=wasm test code by Nigel Tao · 5 years ago
  40. 4e30a6e vector: fix tests on wasm by Richard Musiol · 5 years ago
  41. 3fc05d4 tiff: add Fuzz function by Andrei Tudor Călin · 5 years ago
  42. 0694c2d font/sfnt: support for large kern tables by Oliver Tonnhofer · 5 years ago
  43. 31aff87 all: add a go.mod file by Michael Matloob · 5 years ago
  44. ef4a147 font/sfnt: support for kerning from GPOS tables by Oliver Tonnhofer · 5 years ago
  45. 183bebd font/sfnt: support cmap format 6 by Denys Smirnov · 5 years ago
  46. cd38e80 font/sfnt: make PostTable.ItalicAngle a float64 by Nigel Tao · 5 years ago
  47. dd492a2 font/sfnt: support fonts with "true" apple version tag by Denys Smirnov · 5 years ago
  48. d9c2484 font/sfnt: parse and expose PostScript information by Denys Smirnov · 5 years ago
  49. 46e4eb7 vector: use asm opcode mnemonics by Nigel Tao · 5 years ago
  50. 249dc85 draw: re-enable the image.Rectangle DstMask fast path by Dmitri Shuralyov · 5 years ago
  51. aa35264 font/sfnt: rename ExampleRasterizeGlyph to Example_rasterizeGlyph by Dmitri Shuralyov · 5 years ago
  52. 22fd5b5 draw: fix Transformer documentation formatting by Dmitri Shuralyov · 5 years ago
  53. a3f9a00 draw: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  54. 36ab240 webp: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  55. 4b0b9b9 vector: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  56. 6f5d68b webp/nycbcra: delete deprecated package by Dmitri Shuralyov · 5 years ago
  57. 5591930 colornames: update SVG 1.1 spec URL by Dmitri Shuralyov · 5 years ago
  58. fe2fa19 font/sfnt: support post table version 1.0 by Denys Smirnov · 5 years ago
  59. 63626fb font/sfnt: fix hmtx table size validation by Denys Smirnov · 5 years ago
  60. 69cc364 all: fix typos by Igor Zhilianin · 5 years ago
  61. 2a2258f font/sfnt: support parsing legacy fonts with OS2 table version <= 1 by Denys Smirnov · 5 years ago
  62. 9b1e201 bmp: update comment about decoding 32 bpp images by Nigel Tao · 5 years ago
  63. a9455cf image/bmp: support v4 and v5 info header versions by David Heuschmann · 6 years ago
  64. 991ec62 image/font: expose caret slope by Elias Naur · 6 years ago
  65. e1a1ede font,font/sfnt: expose font x-Height and capHeight by Elias Naur · 6 years ago
  66. c73c2af bmp: remove unused testing.T arg by Nigel Tao · 6 years ago
  67. e7c2a4f bmp: Add support for writing bitmaps with alpha channels by Derek Buitenhuis · 6 years ago
  68. cc896f8 font/sfnt,font/opentype: correct font height computation by Elias Naur · 6 years ago
  69. af66def README: fix go get instructions by Paul Jolly · 6 years ago
  70. f315e44 tiff: fixes problem with decoding tiled uint16 tiff files. by monkeybutter · 6 years ago
  71. f3a9b89 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  72. 12117c1 draw: fix crash caused by Scale by Copy shortcut by Jiulong Wang · 6 years ago
  73. e5db4c4 font/opentype: implement font.Face interface by Sebastien Binet · 7 years ago
  74. f7e31b4 font/sfnt: add Metrics to Font by Elias Naur · 7 years ago
  75. 334384d README: add more description by Kevin Burke · 7 years ago
  76. e20db36 vector: prevent fused multiply-add being used in floatingLineTo by Michael Munday · 7 years ago
  77. d1087bc vector: benchmark the floating point code path. by Nigel Tao · 7 years ago
  78. 426cfd8 font/sfnt: implement hflex and hflex1. by Nigel Tao · 7 years ago
  79. d835a09 font/sfnt: add ErrColoredGlyph. by Nigel Tao · 7 years ago
  80. f483456 font/sfnt: don't reject multiple kern subtables. by Nigel Tao · 7 years ago
  81. d442804 tiff/lzw: sync with the stdlib compress/lzw. by Nigel Tao · 7 years ago
  82. 3210c02 font/sfnt: support .dfont files. by Nigel Tao · 7 years ago
  83. a74d51e tiff: remove InternalError which is not used anywhere. by kim yongbin · 7 years ago
  84. 7c3fafc font/sfnt: explicitly close glyph contours. by Nigel Tao · 7 years ago
  85. 1de9a5b font/sfnt: implement Font.Bounds. by Nigel Tao · 7 years ago
  86. 84a6511 font/sfnt: use charmap EncodeRune API. by Nigel Tao · 7 years ago
  87. 10ed294 font/sfnt: implement Font.GlyphAdvance. by Nigel Tao · 7 years ago
  88. ce0faa1 font/sfnt: flip the Y axis for LoadGlyph's Segments. by Nigel Tao · 7 years ago
  89. f36ba34 font/sfnt: implement Font Dict Select. by Nigel Tao · 7 years ago
  90. 59d151b font/sfnt: implement implicit vstem before hintmask. by Nigel Tao · 7 years ago
  91. ecc1a9a font/sfnt: fix argStack size check for moveto ops. by Nigel Tao · 7 years ago
  92. f03a046 font/gofont: new Smallcaps; update other Go Fonts. by Nigel Tao · 7 years ago
  93. c0851fb font/sfnt: support PostScript compound glyphs (subroutines). by Nigel Tao · 7 years ago
  94. 2e35bd5 font/sfnt: increase proprietary_test coverage. by Nigel Tao · 7 years ago
  95. 2c9074b font/sfnt: implement flagWeHaveATwoByTwo. by Nigel Tao · 7 years ago
  96. fb59e5b font/sfnt: rename a "stack" field to "argStack". by Nigel Tao · 7 years ago
  97. 88e2d80 font/sfnt: ignore version 1 kern tables. by Nigel Tao · 7 years ago
  98. 6847eff font/sfnt: support font collections (.ttc and .otc files). by Nigel Tao · 7 years ago
  99. 1995ed1 font/sfnt: support TrueType glyph transformations. by Nigel Tao · 7 years ago
  100. 792d36e font/sfnt: support TrueType compound glyphs. by Nigel Tao · 7 years ago