summaryrefslogtreecommitdiff
path: root/src/image/draw
Commit message (Expand)AuthorAgeFilesLines
* image/draw: have draw.Src preserve NRGBA colorsNigel Tao2022-04-072-15/+108
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* image/draw: rename and reorder some benchmarksNigel Tao2021-10-313-18/+24
* image/draw: improve performances if mask is *image.AlphaOlivier Wulveryck2021-10-253-0/+171
* image/draw: add RGBA64Image fast path for RGBA dstNigel Tao2021-09-273-14/+166
* image/draw: add RGBA64Image fast pathNigel Tao2021-09-032-23/+259
* image: add RGBA64Image interfaceNigel Tao2021-06-181-0/+10
* image/draw: optimize paletted dst + uniform srcNigel Tao2020-04-273-17/+43
* image/draw: change argument type to be consistent with other argsLeon Klingele2019-05-241-2/+2
* image/draw: optimize bounds checks in loopsIan Davis2018-09-251-63/+63
* image/draw, image/color: optimize hot path sqDiff functionArtyom Pervukhin2017-10-272-6/+49
* image/draw: reduce drawPaletted allocations for special source casesArtyom Pervukhin2017-10-251-1/+13
* 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