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