1. f7dc4eb image/gif: avoid unused assignment by Tarmigan Casebolt · 10 years ago
  2. 816222d image/color: fix format typo in the tests. by Nigel Tao · 10 years ago
  3. c2023a0 image/color: tweak the YCbCr to RGBA conversion formula. by Nigel Tao · 10 years ago
  4. 60b7d27 image/jpeg: don't unread a byte if we've already taken bits from it. by Nigel Tao · 10 years ago
  5. ca6ba49 image/png: don't read filter bytes for empty interlace passes. by Nigel Tao · 10 years ago
  6. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  7. 40a1516 image/draw: fix double-draw when the dst is paletted. by Nigel Tao · 10 years ago
  8. b8d2d6b image/gif: accept LZW encodings that do not have an explicit end marker. by Nigel Tao · 10 years ago
  9. 4bba672 image/gif: set default loop count to 0 when app ext. is not present by Andrew Bonventre · 10 years ago
  10. 75ce330 image/gif: re-enable some invalid-palette tests. by Nigel Tao · 10 years ago
  11. 82020f8 image/gif: return an error on missing palette by Jeff R. Allen · 10 years ago
  12. 682ecea image/gif: (temporarily) disable broken tests. by Nigel Tao · 10 years ago
  13. 3925a7c all: switch to the new deprecation convention by Shenghou Ma · 10 years ago
  14. 8ae44af image/gif: allow encoding a single-frame image whose top-left corner by Nigel Tao · 10 years ago
  15. 62ea2c9 image/gif: be consistent wrt "color map" or "color table" names. by Nigel Tao · 10 years ago
  16. 4ddd751 image/gif: don't encode local color tables if they're the same as the by Nigel Tao · 10 years ago
  17. 6abfdc3 image/gif: check that individual frame's bounds are within the overall by Nigel Tao · 10 years ago
  18. baf3814 image/gif: encode disposal, bg index and Config. by Nigel Tao · 10 years ago
  19. ba8fa0e image/png: don't silently swallow io.ReadFull's io.EOF error when it by Nigel Tao · 10 years ago
  20. 5e9ab66 image/jpeg: have the LargeImageWithShortData test only allocate 64 MiB, not 604 by Nigel Tao · 10 years ago
  21. 72e867e image/jpeg: ensure that we can't unread a byte if we didn't read a byte. by Nigel Tao · 10 years ago
  22. 28388c4 image/color: have Palette.Index honor alpha for closest match, not just by Nigel Tao · 10 years ago
  23. f5b5e41 image: spell coordinate consistently, without the hyphen. by Nigel Tao · 10 years ago
  24. 7e7d55f image/png: reject multiple tRNS chunks. by Nigel Tao · 10 years ago
  25. 2f98bac image/jpeg: don't assume that an ensureNBits failure implies that we can by Nigel Tao · 10 years ago
  26. e6092d6 image/gif: expose disposal, bg index and Config by Colin Kennedy · 10 years ago
  27. eb44082 image/jpeg: reject multiple Start-Of-Frame markers. by Nigel Tao · 10 years ago
  28. 0def13a image/color: have CMYK.RGBA work in 16-bit color, per the Color interface. by Nigel Tao · 10 years ago
  29. 180fbb1 image/draw: fix golden test for YCbCr.RGBA change. by Nigel Tao · 10 years ago
  30. 2f34e60 image/color: have YCbCr.RGBA work in 16-bit color, per the Color interface. by Nigel Tao · 10 years ago
  31. a3a193c image/internal/imageutil: inline the color.YCbCrToRGB calls. by Nigel Tao · 10 years ago
  32. 7180cfa image/internal/imageutil: generate subsample-ratio-specific code. by Nigel Tao · 10 years ago
  33. b2f2951 image/internal/imageutil: new package, used by image/draw and image/jpeg. by Nigel Tao · 10 years ago
  34. 25bf792 image/color: add alpha-premultiplied comment. by Nigel Tao · 10 years ago
  35. 3eb84c8 image/jpeg: reject bad Tq values in SOF data. by Nigel Tao · 10 years ago
  36. 782db7f image/jpeg: support chroma hv values other than 0x11. by Nigel Tao · 10 years ago
  37. cc00968 image/jpeg: support RGB JPEG images. by Nigel Tao · 10 years ago
  38. 9b73ecc image/jpeg: check for component uniqueness and total sampling factors. by Nigel Tao · 10 years ago
  39. 848e2fe image: make Rectangle implement Image. by Nigel Tao · 10 years ago
  40. 0fe6b12 image/jpeg: when following component selectors, only consider valid components. by Nigel Tao · 10 years ago
  41. a773fae image/jpeg: distinguish between FormatError and UnsupportedError when by Nigel Tao · 10 years ago
  42. c20323d image/draw: add a fast path for Gray src images. by Nigel Tao · 10 years ago
  43. 66c4031 image/draw: optimize drawFillSrc. by Nigel Tao · 10 years ago
  44. a32dd83 image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling. by Nigel Tao · 10 years ago
  45. 7d73513 image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410. by Nigel Tao · 10 years ago
  46. 270f844 image/jpeg: support 16-bit quantization tables and Extended Sequential frames. by Nigel Tao · 10 years ago
  47. 84c7a65 image: change Rectangle.Eq to return true for all empty rectangles, even by Nigel Tao · 10 years ago
  48. 391805b image/draw: add CMYK fast path. by Nigel Tao · 10 years ago
  49. 5c8f9e3 image: fix Rectangle.Overlaps and Rectangle.Union for empty rectangles. by Nigel Tao · 10 years ago
  50. 37a6174 image/draw: add CMYK test. by Nigel Tao · 10 years ago
  51. 10a4696 image/jpeg: remove the (temporary) dependency on image/draw. by Nigel Tao · 10 years ago
  52. f10e037 image/jpeg: support decoding CMYK and YCbCrK images. by Nigel Tao · 10 years ago
  53. b5c3a9e image: add image.CMYK and color.CMYK types. by Nigel Tao · 10 years ago
  54. f5f00be image: fix obsolete reference in PalettedImage doc comment by Andrew Ekstedt · 10 years ago
  55. dfc4997 image: fix typo in Alpha16 doc comment by Andrew Ekstedt · 10 years ago
  56. 9785a39 image/draw: fold TestClipWithNilMP into TestClip. by Nigel Tao · 10 years ago
  57. 0b52392 image: use three-index slice for NewYCbCr. by Nigel Tao · 10 years ago
  58. 64e6fe2 image/draw: fix crash in clip by Dave Cheney · 10 years ago
  59. 0492304 image/jpeg: handle Read returning n > 0, err != nil in d.fill by Russ Cox · 10 years ago
  60. 0be3176 image/gif: don't let the per-frame transparent index modify the global palette. by Nigel Tao · 11 years ago
  61. a291095 image/gif: fix GIF encoding of sub-images. by Nigel Tao · 11 years ago
  62. 8e77a7e image/jpeg: reject invalid Ta and Td values. by Nigel Tao · 11 years ago
  63. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago