aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)Author
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-03image/draw: fix double-draw when the dst is paletted.Nigel Tao
2015-06-30image/gif: accept LZW encodings that do not have an explicit end marker.Nigel Tao
2015-06-23image/gif: set default loop count to 0 when app ext. is not presentAndrew Bonventre
2015-06-19image/gif: re-enable some invalid-palette tests.Nigel Tao
2015-06-18image/gif: return an error on missing paletteJeff R. Allen
2015-06-18image/gif: (temporarily) disable broken tests.Nigel Tao
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2015-05-06image/gif: allow encoding a single-frame image whose top-left cornerNigel Tao
2015-05-05image/gif: be consistent wrt "color map" or "color table" names.Nigel Tao
2015-05-04image/gif: don't encode local color tables if they're the same as theNigel Tao
2015-04-29image/gif: check that individual frame's bounds are within the overallNigel Tao
2015-04-28image/gif: encode disposal, bg index and Config.Nigel Tao
2015-04-23image/png: don't silently swallow io.ReadFull's io.EOF error when itNigel Tao
2015-04-23image/jpeg: have the LargeImageWithShortData test only allocate 64 MiB, not 604Nigel Tao
2015-04-22image/jpeg: ensure that we can't unread a byte if we didn't read a byte.Nigel Tao
2015-04-16image/color: have Palette.Index honor alpha for closest match, not justNigel Tao
2015-04-16image: spell coordinate consistently, without the hyphen.Nigel Tao
2015-04-15image/png: reject multiple tRNS chunks.Nigel Tao
2015-04-14image/jpeg: don't assume that an ensureNBits failure implies that we canNigel Tao
2015-04-13image/gif: expose disposal, bg index and ConfigColin Kennedy
2015-04-09image/jpeg: reject multiple Start-Of-Frame markers.Nigel Tao
2015-04-08image/color: have CMYK.RGBA work in 16-bit color, per the Color interface.Nigel Tao
2015-03-27image/draw: fix golden test for YCbCr.RGBA change.Nigel Tao
2015-03-26image/color: have YCbCr.RGBA work in 16-bit color, per the ColorNigel Tao
2015-03-25image/internal/imageutil: inline the color.YCbCrToRGB calls.Nigel Tao
2015-03-24image/internal/imageutil: generate subsample-ratio-specific code.Nigel Tao
2015-03-23image/internal/imageutil: new package, used by image/draw and image/jpeg.Nigel Tao
2015-03-21image/color: add alpha-premultiplied comment.Nigel Tao
2015-03-13image/jpeg: reject bad Tq values in SOF data.Nigel Tao
2015-03-11image/jpeg: support chroma hv values other than 0x11.Nigel Tao
2015-03-09image/jpeg: support RGB JPEG images.Nigel Tao
2015-03-04image/jpeg: check for component uniqueness and total sampling factors.Nigel Tao
2015-03-04image: make Rectangle implement Image.Nigel Tao
2015-03-03image/jpeg: when following component selectors, only consider validNigel Tao
2015-03-02image/jpeg: distinguish between FormatError and UnsupportedError whenNigel Tao
2015-02-28image/draw: add a fast path for Gray src images.Nigel Tao
2015-02-28image/draw: optimize drawFillSrc.Nigel Tao
2015-02-26image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.Nigel Tao
2015-02-26image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410.Nigel Tao
2015-02-19image/jpeg: support 16-bit quantization tables and Extended SequentialNigel Tao
2015-02-18image: change Rectangle.Eq to return true for all empty rectangles, evenNigel Tao
2015-02-17image/draw: add CMYK fast path.Nigel Tao
2015-02-17image: fix Rectangle.Overlaps and Rectangle.Union for empty rectangles.Nigel Tao
2015-02-17image/draw: add CMYK test.Nigel Tao
2015-02-16image/jpeg: remove the (temporary) dependency on image/draw.Nigel Tao
2015-02-16image/jpeg: support decoding CMYK and YCbCrK images.Nigel Tao
2015-02-16image: add image.CMYK and color.CMYK types.Nigel Tao
2015-02-06image: fix obsolete reference in PalettedImage doc commentAndrew Ekstedt
2015-01-25image: fix typo in Alpha16 doc commentAndrew Ekstedt