summaryrefslogtreecommitdiff
path: root/src/image/draw
Commit message (Expand)AuthorAgeFilesLines
* image/draw: add FloydSteinberg Drawer exampleBrad Fitzpatrick2016-09-211-0/+48
* image/draw: optimize drawFillOver as drawFillSrc for opaque fills.Nigel Tao2016-09-092-7/+11
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-4/+4
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* image/draw: optimize out some bounds checks.Nigel Tao2015-09-011-25/+25
* image/color: tweak the YCbCr to RGBA conversion formula.Nigel Tao2015-07-151-2/+2
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* image/draw: fix double-draw when the dst is paletted.Nigel Tao2015-07-032-1/+24
* image/color: have Palette.Index honor alpha for closest match, not justNigel Tao2015-04-161-23/+40
* image: spell coordinate consistently, without the hyphen.Nigel Tao2015-04-162-7/+9
* image/draw: fix golden test for YCbCr.RGBA change.Nigel Tao2015-03-271-2/+2
* image/internal/imageutil: new package, used by image/draw and image/jpeg.Nigel Tao2015-03-231-76/+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/draw: add CMYK fast path.Nigel Tao2015-02-171-0/+28
* image/draw: add CMYK test.Nigel Tao2015-02-171-0/+20
* image/jpeg: remove the (temporary) dependency on image/draw.Nigel Tao2015-02-161-0/+2
* image/draw: fold TestClipWithNilMP into TestClip.Nigel Tao2015-01-142-20/+22
* image/draw: fix crash in clipDave Cheney2014-12-202-2/+14
* build: move package sources from src/pkg to srcRuss Cox2014-09-084-0/+1501