1. 918b373 draw: disable the image.Rectangle DstMask fast path until Go 1.5 is released. by Nigel Tao · 9 years ago
  2. b2f48f3 tiff: don't panic on reading short block data. by Nigel Tao · 9 years ago
  3. 72a6583 x/image/tiff: fix division by zero when decoding empty image by Håvard Haugen · 9 years ago
  4. 95ece43 cmd/webp-manual-test: add a "build ignore" tag, so that "go install by Nigel Tao · 9 years ago
  5. 8642173 draw: implement srcMask. by Nigel Tao · 9 years ago
  6. f681781 tiff: fix shadowed err variable. by chai2010 · 9 years ago
  7. 24b0de1 draw: add a fast path for an image.Rectangle DstMask. by Nigel Tao · 9 years ago
  8. b621bdc draw: delete some dead code. by Nigel Tao · 9 years ago
  9. 3940ddb draw: implement dstMask. by Nigel Tao · 9 years ago
  10. 76b4869 draw: factor out some float64 to uint32 conversions. by Nigel Tao · 9 years ago
  11. 26bd173 draw: plumb the Options through to the type-specific code. by Nigel Tao · 9 years ago
  12. 69a0d8f draw: add mask fields to Options. by Nigel Tao · 9 years ago
  13. e83a237 draw: refactor codegen to use argf instead of fmt.Sprintf. by Nigel Tao · 9 years ago
  14. 8ed4ff0 draw: implement the Over operator. by Nigel Tao · 9 years ago
  15. 697863c draw: clamp kernel output so red, green and blue <= alpha. by Nigel Tao · 9 years ago
  16. 67c770d draw: substitute Src for Over when the source image is completely opaque. by Nigel Tao · 9 years ago
  17. 65a798f draw: generate code for op == Over. by Nigel Tao · 9 years ago
  18. b293696 draw: switch on the Op compositing operator. by Nigel Tao · 9 years ago
  19. c53fa16 draw: use a sync.Pool for kernel scaling's temporary buffers. by Nigel Tao · 9 years ago
  20. d5c5125 draw: update the inlined YCbCr.RGBA code to use 16 bit color. by Nigel Tao · 9 years ago
  21. 500a27f draw: optimize some multiply-by-zeroes in Kernel.Transform. by Nigel Tao · 9 years ago
  22. 575b100 draw: eliminate some math.Floor calls in Transform methods. by Nigel Tao · 9 years ago
  23. 41f747b draw: inline the generated YCbCrToRGB calls. by Nigel Tao · 9 years ago
  24. 7eedc60 draw: add Scale and Transform fast paths for Uniform src images. by Nigel Tao · 9 years ago
  25. 4180bcb draw: inline the generated PixOffset calls. by Nigel Tao · 9 years ago
  26. 415cb3b draw: add Scale and Transform fast paths for YCbCr src images. by Nigel Tao · 9 years ago
  27. c62001d draw: optimize Kernel.Transform. by Nigel Tao · 9 years ago
  28. ffd1dee draw: add a fast path for NRGBA src images. by Nigel Tao · 9 years ago
  29. 5fe9683 draw: change tweaks to be at end-of-line, not start-of-line. by Nigel Tao · 9 years ago
  30. ad68cd9 draw: distinguish YCbCr fast paths by their chroma subsample ratios. by Nigel Tao · 9 years ago
  31. 5afc4bb image: add codereview.cfg by Josh Bleecher Snyder · 9 years ago
  32. 2f47ec3 draw: add a fast path for Gray src images. by Nigel Tao · 9 years ago
  33. ff75b2d draw: have TestSrcTranslationInvariance work on smaller images. by Nigel Tao · 9 years ago
  34. a71fdfe draw: implement Kernel.Transform. by Nigel Tao · 9 years ago
  35. 9b6f459 draw: actually use type-specific Transform code paths. by Nigel Tao · 9 years ago
  36. 87013da draw: implement NearestNeighbor and ApproxBiLinear Transform. by Nigel Tao · 9 years ago
  37. ab1ce1a draw: make example_test more example-like, by being outside "package draw". by Nigel Tao · 9 years ago
  38. 4bf2402 draw: add a test for src translation invariance. by Nigel Tao · 9 years ago
  39. efa0c09 draw: implement Copy; add an example_test. by Nigel Tao · 9 years ago
  40. 0859399 draw: add Transformer and Option types. by Nigel Tao · 9 years ago
  41. 7bd522e math/f32, math/f64: add a comment that "Aff" stands for affine transformation. by Nigel Tao · 9 years ago
  42. 93a98e7 draw: fix a comment typo. by Nigel Tao · 9 years ago
  43. 2c27a34 draw: make Scale an Interpolator method instead of a function. by Nigel Tao · 9 years ago
  44. 7c413c8 draw: rename an internal function argument. by Nigel Tao · 9 years ago
  45. 7283107 math/f32, math/f64: add Aff3 and Aff4 types. by Nigel Tao · 9 years ago
  46. 4f76d37 math/f32, math/f64: new packages for vector and matrix types. by Nigel Tao · 9 years ago
  47. f510ad8 draw: generate code paths for image.Gray sources. by Nigel Tao · 9 years ago
  48. b57ddf1 draw: RGBA src fast path for scaling. by Nigel Tao · 9 years ago
  49. 2a40e8d draw: RGBA dst fast path for scaling. by Nigel Tao · 9 years ago
  50. db892dd draw: clip scaling to the dst bounds. by Nigel Tao · 9 years ago
  51. 284bc4b draw: test that the fast path implementations match the generic ones. by Nigel Tao · 9 years ago
  52. 748adb1 draw: generate impl.go type switches. by Nigel Tao · 9 years ago
  53. 999c397 draw: autogenerate impl.go. by Nigel Tao · 9 years ago
  54. 2a1231e draw: factor out the Scale implementations. by Nigel Tao · 9 years ago
  55. 5869597 doc: add CONTRIBUTING.md by Andrew Gerrand · 9 years ago
  56. 96b77d5 draw: new package, a superset of the standard library's image/draw by Nigel Tao · 9 years ago
  57. 7f6859d image: copying .gitattributes to all subrepositories by Alex Brainman · 9 years ago
  58. 0351284 image: add import comments. by David Symonds · 9 years ago
  59. b0cc876 remove codereview.cfg. by David Symonds · 9 years ago
  60. 95b61cf convert .hgignore to .gitignore. by David Symonds · 9 years ago
  61. 2e99ef5 go.image: use golang.org/x/... import paths by Andrew Gerrand · 9 years ago
  62. c087821 go.image/webp: implement alpha filtering and uncompressed alpha. by Nigel Tao · 9 years ago
  63. 0134240 go.image/riff: new package. by Nigel Tao · 10 years ago
  64. ef5e028 go.image/webp: implement lossy-with-alpha. by Nigel Tao · 10 years ago
  65. d354b8d go.image/webp/nycbcra: new package. by Nigel Tao · 10 years ago
  66. 8d4fc16 go.image/bmp: add a test image for top-down BMPs. by Nigel Tao · 10 years ago
  67. 8a2d4ab go.image/vp8: clamp the UV DC quantization factor to 132. by Nigel Tao · 10 years ago
  68. 3bcf25d go.image/bmp: support decoding 32-bit BMPs, as well as top-down BMPs. by Nigel Tao · 10 years ago
  69. a704c11 go.image/vp8l: use the default code length for repeated codes. by Nigel Tao · 10 years ago
  70. 96df300 go.image/cmd/webp-manual-test: new program to test Go's WEBP by Nigel Tao · 10 years ago
  71. 95764ac vp8l: update comments to match latest spec. by Nigel Tao · 10 years ago
  72. 34eb6b7 go.image/tiff: remove unreachable code. by Nigel Tao · 10 years ago
  73. 07fcf9c vp8: skip filtering for all-zero-DC macroblock residuals. by Nigel Tao · 10 years ago
  74. dc11588 go.image/vp8: use branch-free abs by Rui Ueyama · 10 years ago
  75. f8a8672 go.image/vp8: remove the filter look-up tables. by Nigel Tao · 10 years ago
  76. 0424e74 go.image/vp8: implement the normal filter. by Nigel Tao · 10 years ago
  77. 94ba43c go.image/vp8l: new package. by Nigel Tao · 10 years ago
  78. a1da419 go.image/tiff: fix (TIFF-specific) LZW decompression. by Nigel Tao · 10 years ago
  79. 2bda575 go.image/tiff/lzw: fork the standard library's compress/lzw package. by Nigel Tao · 10 years ago
  80. 72be9c5 go.image/vp8: implement the loop filter. by Nigel Tao · 10 years ago
  81. 38c1f4f go.image/tiff: Support missing Compression tag by Patrick Riley · 10 years ago
  82. f93749e go.image/vp8, go.image/webp: new packages, copied from code.google.com/p/vp8-go by Nigel Tao · 10 years ago
  83. 7566286 .hgignore: add comment setting policy by Rob Pike · 10 years ago
  84. 35529c2 codereview.cfg: change defaultcc to golang-codereviews@ by Rob Pike · 10 years ago
  85. 420d421 go.image/tiff: encoder fix non LZW Predictor and Paletted SamplesPerPixel and non RGB ExtraSamples. by ChaiShushan · 11 years ago
  86. b2d744f go.image/tiff: support 16bit RGB by ChaiShushan · 11 years ago
  87. e39b239 go.image/tiff: encoder support Gray/Gray16/Paletted format by ChaiShushan · 11 years ago
  88. 864256f go.image/bmp: add Encode by ChaiShushan · 11 years ago
  89. de306d5 go.image/tiff: decoder support tiled tiff format by ChaiShushan · 11 years ago
  90. 822abc7 go.image/tiff: add missing encoder to pkg doc by ChaiShushan · 11 years ago
  91. 26936f5 go.image/tiff: Support reading 16-bit gray images. by Benny Siegert · 11 years ago
  92. d165204 go.image/tiff: support for writing compressed images. by Benny Siegert · 11 years ago
  93. 41cf08a tiff: support writing files with differencing predictor. by Benny Siegert · 12 years ago
  94. 5198c64 tiff: new Options parameter for Encode. by Benny Siegert · 12 years ago
  95. c35a1ec go.image/tiff: use optimized routines for RGBA and NRGBA by Benny Siegert · 12 years ago
  96. de792da go.image/tiff: add a benchmark for the encoder by Benny Siegert · 12 years ago
  97. 2b63103 go.image: add PATENTS file to the subrepo. by Nigel Tao · 12 years ago
  98. 2393f5d LICENSE: add by Rob Pike · 12 years ago
  99. 27e7e94 go.image/bmp: fix warnings from go vet by Benny Siegert · 12 years ago
  100. 20e9620 go.image/tiff: simplify encoding. by Nigel Tao · 12 years ago