summaryrefslogtreecommitdiff
path: root/src/image
Commit message (Expand)AuthorAgeFilesLines
...
* image/jpeg: ensure that we can't unread a byte if we didn't read a byte.Nigel Tao2015-04-222-2/+59
* image/color: have Palette.Index honor alpha for closest match, not justNigel Tao2015-04-163-38/+88
* image: spell coordinate consistently, without the hyphen.Nigel Tao2015-04-164-9/+11
* image/png: reject multiple tRNS chunks.Nigel Tao2015-04-152-6/+71
* image/jpeg: don't assume that an ensureNBits failure implies that we canNigel Tao2015-04-142-13/+23
* image/gif: expose disposal, bg index and ConfigColin Kennedy2015-04-131-7/+34
* image/jpeg: reject multiple Start-Of-Frame markers.Nigel Tao2015-04-091-0/+3
* image/color: have CMYK.RGBA work in 16-bit color, per the Color interface.Nigel Tao2015-04-082-15/+63
* image/draw: fix golden test for YCbCr.RGBA change.Nigel Tao2015-03-271-2/+2
* image/color: have YCbCr.RGBA work in 16-bit color, per the ColorNigel Tao2015-03-262-25/+62
* image/internal/imageutil: inline the color.YCbCrToRGB calls.Nigel Tao2015-03-252-22/+131
* image/internal/imageutil: generate subsample-ratio-specific code.Nigel Tao2015-03-243-90/+243
* image/internal/imageutil: new package, used by image/draw and image/jpeg.Nigel Tao2015-03-233-153/+105
* image/color: add alpha-premultiplied comment.Nigel Tao2015-03-211-4/+13
* image/jpeg: reject bad Tq values in SOF data.Nigel Tao2015-03-131-0/+4
* image/jpeg: support chroma hv values other than 0x11.Nigel Tao2015-03-115-45/+78
* image/jpeg: support RGB JPEG images.Nigel Tao2015-03-094-6/+78
* image/jpeg: check for component uniqueness and total sampling factors.Nigel Tao2015-03-042-0/+27
* image: make Rectangle implement Image.Nigel Tao2015-03-041-0/+23
* image/jpeg: when following component selectors, only consider validNigel Tao2015-03-031-1/+1
* image/jpeg: distinguish between FormatError and UnsupportedError whenNigel Tao2015-03-021-5/+7
* image/draw: add a fast path for Gray src images.Nigel Tao2015-02-283-0/+81
* image/draw: optimize drawFillSrc.Nigel Tao2015-02-281-4/+8
* image/jpeg: support 4:1:1 and 4:1:0 chroma subsampling.Nigel Tao2015-02-267-18/+14
* image: add YCbCrSubsampleRatio411 and YCbCrSubsampleRatio410.Nigel Tao2015-02-262-0/+20
* image/jpeg: support 16-bit quantization tables and Extended SequentialNigel Tao2015-02-191-12/+34
* image: change Rectangle.Eq to return true for all empty rectangles, evenNigel Tao2015-02-182-5/+19
* image/draw: add CMYK fast path.Nigel Tao2015-02-171-0/+28
* image: fix Rectangle.Overlaps and Rectangle.Union for empty rectangles.Nigel Tao2015-02-172-1/+111
* image/draw: add CMYK test.Nigel Tao2015-02-171-0/+20
* image/jpeg: remove the (temporary) dependency on image/draw.Nigel Tao2015-02-162-5/+79
* image/jpeg: support decoding CMYK and YCbCrK images.Nigel Tao2015-02-165-58/+221
* image: add image.CMYK and color.CMYK types.Nigel Tao2015-02-163-3/+161
* image: fix obsolete reference in PalettedImage doc commentAndrew Ekstedt2015-02-061-2/+2
* image: fix typo in Alpha16 doc commentAndrew Ekstedt2015-01-251-1/+1
* image/draw: fold TestClipWithNilMP into TestClip.Nigel Tao2015-01-142-20/+22
* image: use three-index slice for NewYCbCr.Nigel Tao2015-01-052-4/+31
* image/draw: fix crash in clipDave Cheney2014-12-202-2/+14
* image/jpeg: handle Read returning n > 0, err != nil in d.fillRuss Cox2014-11-222-0/+49
* image/gif: don't let the per-frame transparent index modify the globalNigel Tao2014-09-222-10/+61
* image/gif: fix GIF encoding of sub-images.Nigel Tao2014-09-182-4/+37
* image/jpeg: reject invalid Ta and Td values.Nigel Tao2014-09-151-0/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-08113-0/+12229