1. 7180cfa image/internal/imageutil: generate subsample-ratio-specific code. by Nigel Tao · 10 years ago
  2. b2f2951 image/internal/imageutil: new package, used by image/draw and image/jpeg. by Nigel Tao · 10 years ago
  3. 25bf792 image/color: add alpha-premultiplied comment. by Nigel Tao · 10 years ago
  4. 3eb84c8 image/jpeg: reject bad Tq values in SOF data. by Nigel Tao · 10 years ago
  5. 782db7f image/jpeg: support chroma hv values other than 0x11. by Nigel Tao · 10 years ago
  6. cc00968 image/jpeg: support RGB JPEG images. by Nigel Tao · 10 years ago
  7. 9b73ecc image/jpeg: check for component uniqueness and total sampling factors. by Nigel Tao · 10 years ago
  8. 848e2fe image: make Rectangle implement Image. by Nigel Tao · 10 years ago
  9. 0fe6b12 image/jpeg: when following component selectors, only consider valid components. by Nigel Tao · 10 years ago
  10. a773fae image/jpeg: distinguish between FormatError and UnsupportedError when by Nigel Tao · 10 years ago
  11. c20323d image/draw: add a fast path for Gray src images. by Nigel Tao · 10 years ago
  12. 66c4031 image/draw: optimize drawFillSrc. by Nigel Tao · 10 years ago
  13. a32dd83 image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling. by Nigel Tao · 10 years ago
  14. 7d73513 image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. by Nigel Tao · 10 years ago
  15. 270f844 image/jpeg: support 16-bit quantization tables and Extended Sequential frames. by Nigel Tao · 10 years ago
  16. 84c7a65 image: change Rectangle.Eq to return true for all empty rectangles, even by Nigel Tao · 10 years ago
  17. 391805b image/draw: add CMYK fast path. by Nigel Tao · 10 years ago
  18. 5c8f9e3 image: fix Rectangle.Overlaps and Rectangle.Union for empty rectangles. by Nigel Tao · 10 years ago
  19. 37a6174 image/draw: add CMYK test. by Nigel Tao · 10 years ago
  20. 10a4696 image/jpeg: remove the (temporary) dependency on image/draw. by Nigel Tao · 10 years ago
  21. f10e037 image/jpeg: support decoding CMYK and YCbCrK images. by Nigel Tao · 10 years ago
  22. b5c3a9e image: add image.CMYK and color.CMYK types. by Nigel Tao · 10 years ago
  23. f5f00be image: fix obsolete reference in PalettedImage doc comment by Andrew Ekstedt · 10 years ago
  24. dfc4997 image: fix typo in Alpha16 doc comment by Andrew Ekstedt · 10 years ago
  25. 9785a39 image/draw: fold TestClipWithNilMP into TestClip. by Nigel Tao · 10 years ago
  26. 0b52392 image: use three-index slice for NewYCbCr. by Nigel Tao · 10 years ago
  27. 64e6fe2 image/draw: fix crash in clip by Dave Cheney · 10 years ago
  28. 0492304 image/jpeg: handle Read returning n > 0, err != nil in d.fill by Russ Cox · 10 years ago
  29. 0be3176 image/gif: don't let the per-frame transparent index modify the global palette. by Nigel Tao · 11 years ago
  30. a291095 image/gif: fix GIF encoding of sub-images. by Nigel Tao · 11 years ago
  31. 8e77a7e image/jpeg: reject invalid Ta and Td values. by Nigel Tao · 11 years ago
  32. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago