1. 58c2397 ccitt: add the AutoDetectHeight decoding option by Nigel Tao · 4 years, 4 months ago
  2. 9130b4c ccitt: accept missing multiple-EOL trailer by Nigel Tao · 4 years, 4 months ago
  3. da761ea tiff, bmp: return io.UnexpectedEOF on empty data by Sardorbek Pulatov · 4 years, 5 months ago
  4. e7c1f5e ccitt: style fixes by Nigel Tao · 4 years, 6 months ago
  5. 69e4b85 ccitt: set bitReader default order to MSB by Horst Rutter · 4 years, 7 months ago
  6. cb417be font/plan9font: rewrite reference to plan9.bell-labs.com to 9p.io by Wagner Riffel · 4 years, 8 months ago
  7. b3c0629 ccitt: speed up the highBits function by Nigel Tao · 4 years, 8 months ago
  8. 6ea1694 ccitt: factor out a highBits function by Nigel Tao · 4 years, 8 months ago
  9. 23ea20f ccitt: fix byte align and invert flag by Horst Rutter · 4 years, 8 months ago
  10. 3a9bac6 tiff/lzw: don't follow code == hi if last is invalid by Nigel Tao · 4 years, 8 months ago
  11. cff245a image/vector: simplify haveAccumulateSIMD fields by Nigel Tao · 4 years, 10 months ago
  12. 1bd0cf5 ccitt: implement bitWriter by Horst Rutter · 4 years, 10 months ago
  13. d6a02ce image/vector: add runtime check for SSE4.1 by Nigel Tao · 4 years, 10 months ago
  14. 7e034ca tiff: Add support for CCITT group 3/4 compression by Horst Rutter · 4 years, 10 months ago
  15. 92942e4 ccitt: implement NewReader and DecodeIntoGray by Nigel Tao · 4 years, 10 months ago
  16. 33659d3 go.mod: add go language version by Nigel Tao · 4 years, 10 months ago
  17. f03afa9 ccitt: rename fooTable vars to fooDecodeTable by Nigel Tao · 5 years ago
  18. 61b8692 ccitt: don't advance bitReader after invalid code by Nigel Tao · 5 years ago
  19. e4e5bf2 ccitt: new package for CCITT images by Nigel Tao · 5 years ago
  20. 6d32002 tiff: mark test and benchmark helpers by Benny Siegert · 5 years ago
  21. 59b11be vector: clarify GOARCH=wasm test code by Nigel Tao · 5 years ago
  22. 4e30a6e vector: fix tests on wasm by Richard Musiol · 5 years ago
  23. 3fc05d4 tiff: add Fuzz function by Andrei Tudor Călin · 5 years ago
  24. 0694c2d font/sfnt: support for large kern tables by Oliver Tonnhofer · 5 years ago
  25. 31aff87 all: add a go.mod file by Michael Matloob · 5 years ago
  26. ef4a147 font/sfnt: support for kerning from GPOS tables by Oliver Tonnhofer · 5 years ago
  27. 183bebd font/sfnt: support cmap format 6 by Denys Smirnov · 5 years ago
  28. cd38e80 font/sfnt: make PostTable.ItalicAngle a float64 by Nigel Tao · 5 years ago
  29. dd492a2 font/sfnt: support fonts with "true" apple version tag by Denys Smirnov · 5 years ago
  30. d9c2484 font/sfnt: parse and expose PostScript information by Denys Smirnov · 5 years ago
  31. 46e4eb7 vector: use asm opcode mnemonics by Nigel Tao · 5 years ago
  32. 249dc85 draw: re-enable the image.Rectangle DstMask fast path by Dmitri Shuralyov · 5 years ago
  33. aa35264 font/sfnt: rename ExampleRasterizeGlyph to Example_rasterizeGlyph by Dmitri Shuralyov · 5 years ago
  34. 22fd5b5 draw: fix Transformer documentation formatting by Dmitri Shuralyov · 5 years ago
  35. a3f9a00 draw: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  36. 36ab240 webp: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  37. 4b0b9b9 vector: remove Go 1.8 support by Dmitri Shuralyov · 5 years ago
  38. 6f5d68b webp/nycbcra: delete deprecated package by Dmitri Shuralyov · 5 years ago
  39. 5591930 colornames: update SVG 1.1 spec URL by Dmitri Shuralyov · 5 years ago
  40. fe2fa19 font/sfnt: support post table version 1.0 by Denys Smirnov · 5 years ago
  41. 63626fb font/sfnt: fix hmtx table size validation by Denys Smirnov · 5 years ago
  42. 69cc364 all: fix typos by Igor Zhilianin · 5 years ago
  43. 2a2258f font/sfnt: support parsing legacy fonts with OS2 table version <= 1 by Denys Smirnov · 5 years ago
  44. 9b1e201 bmp: update comment about decoding 32 bpp images by Nigel Tao · 5 years ago
  45. a9455cf image/bmp: support v4 and v5 info header versions by David Heuschmann · 6 years ago
  46. 991ec62 image/font: expose caret slope by Elias Naur · 6 years ago
  47. e1a1ede font,font/sfnt: expose font x-Height and capHeight by Elias Naur · 6 years ago
  48. c73c2af bmp: remove unused testing.T arg by Nigel Tao · 6 years ago
  49. e7c2a4f bmp: Add support for writing bitmaps with alpha channels by Derek Buitenhuis · 6 years ago
  50. cc896f8 font/sfnt,font/opentype: correct font height computation by Elias Naur · 6 years ago
  51. af66def README: fix go get instructions by Paul Jolly · 6 years ago
  52. f315e44 tiff: fixes problem with decoding tiled uint16 tiff files. by monkeybutter · 6 years ago
  53. f3a9b89 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  54. 12117c1 draw: fix crash caused by Scale by Copy shortcut by Jiulong Wang · 6 years ago
  55. e5db4c4 font/opentype: implement font.Face interface by Sebastien Binet · 7 years ago
  56. f7e31b4 font/sfnt: add Metrics to Font by Elias Naur · 7 years ago
  57. 334384d README: add more description by Kevin Burke · 7 years ago
  58. e20db36 vector: prevent fused multiply-add being used in floatingLineTo by Michael Munday · 7 years ago
  59. d1087bc vector: benchmark the floating point code path. by Nigel Tao · 7 years ago
  60. 426cfd8 font/sfnt: implement hflex and hflex1. by Nigel Tao · 7 years ago
  61. d835a09 font/sfnt: add ErrColoredGlyph. by Nigel Tao · 7 years ago
  62. f483456 font/sfnt: don't reject multiple kern subtables. by Nigel Tao · 7 years ago
  63. d442804 tiff/lzw: sync with the stdlib compress/lzw. by Nigel Tao · 7 years ago
  64. 3210c02 font/sfnt: support .dfont files. by Nigel Tao · 7 years ago
  65. a74d51e tiff: remove InternalError which is not used anywhere. by kim yongbin · 7 years ago
  66. 7c3fafc font/sfnt: explicitly close glyph contours. by Nigel Tao · 7 years ago
  67. 1de9a5b font/sfnt: implement Font.Bounds. by Nigel Tao · 7 years ago
  68. 84a6511 font/sfnt: use charmap EncodeRune API. by Nigel Tao · 7 years ago
  69. 10ed294 font/sfnt: implement Font.GlyphAdvance. by Nigel Tao · 7 years ago
  70. ce0faa1 font/sfnt: flip the Y axis for LoadGlyph's Segments. by Nigel Tao · 7 years ago
  71. f36ba34 font/sfnt: implement Font Dict Select. by Nigel Tao · 7 years ago
  72. 59d151b font/sfnt: implement implicit vstem before hintmask. by Nigel Tao · 7 years ago
  73. ecc1a9a font/sfnt: fix argStack size check for moveto ops. by Nigel Tao · 7 years ago
  74. f03a046 font/gofont: new Smallcaps; update other Go Fonts. by Nigel Tao · 7 years ago
  75. c0851fb font/sfnt: support PostScript compound glyphs (subroutines). by Nigel Tao · 7 years ago
  76. 2e35bd5 font/sfnt: increase proprietary_test coverage. by Nigel Tao · 7 years ago
  77. 2c9074b font/sfnt: implement flagWeHaveATwoByTwo. by Nigel Tao · 7 years ago
  78. fb59e5b font/sfnt: rename a "stack" field to "argStack". by Nigel Tao · 7 years ago
  79. 88e2d80 font/sfnt: ignore version 1 kern tables. by Nigel Tao · 7 years ago
  80. 6847eff font/sfnt: support font collections (.ttc and .otc files). by Nigel Tao · 7 years ago
  81. 1995ed1 font/sfnt: support TrueType glyph transformations. by Nigel Tao · 7 years ago
  82. 792d36e font/sfnt: support TrueType compound glyphs. by Nigel Tao · 7 years ago
  83. c1a19c1 font/sfnt: implement rcurveline and rlinecurve. by Nigel Tao · 7 years ago
  84. 793f3be font/sfnt: implement {hh,vv}curveto. by Nigel Tao · 7 years ago
  85. 069db1d font/sfnt: make parseXxx dependencies explicit. by Nigel Tao · 7 years ago
  86. e6cbe77 draw: use type aliases for go1.8.typealias builds too by Russ Cox · 7 years ago
  87. c8ae36c font/sfnt: implement Font.Kern. by Nigel Tao · 7 years ago
  88. b952c94 font/sfnt: check the versions of proprietary fonts. by Nigel Tao · 7 years ago
  89. ed91dc3 font/sfnt: add a ppem arg to Font.LoadGlyph. by Nigel Tao · 7 years ago
  90. 791b615 font/sfnt: update test for adobe/SourceSansPro-Regular.ttf. by Nigel Tao · 7 years ago
  91. 8491f88 font/sfnt: implement Font.GlyphName. by Nigel Tao · 7 years ago
  92. 153d857 font/sfnt: support Symbol fonts such as MS Webdings. by Nigel Tao · 7 years ago
  93. 306b829 draw: alias the standard library's image/draw's exported types. by Nigel Tao · 7 years ago
  94. df2aa51 draw: tweak the YCbCr to RGBA conversion formula again. by Nigel Tao · 7 years ago
  95. 05f0a46 font/sfnt: support non-zero offsets in format-4 cmap tables. by Nigel Tao · 7 years ago
  96. 993cf22 font/sfnt: fix proprietary fonts and cmap format 12. by Nigel Tao · 7 years ago
  97. 28d9a8b font/sfnt: add tests for proprietary fonts. by Nigel Tao · 7 years ago
  98. c8ab450 font/sfnt: support cmap format 12. by Nigel Tao · 7 years ago
  99. 55ae12a font/sfnt: use ../testdata/cmapTest.ttf. by Nigel Tao · 7 years ago
  100. 69afd00 font/sfnt: parse the cmap table. by Nigel Tao · 7 years ago