aboutsummaryrefslogtreecommitdiff
path: root/src/image/draw
AgeCommit message (Expand)Author
2020-04-27image/draw: optimize paletted dst + uniform srcNigel Tao
2019-05-24image/draw: change argument type to be consistent with other argsLeon Klingele
2018-09-25image/draw: optimize bounds checks in loopsIan Davis
2017-10-27image/draw, image/color: optimize hot path sqDiff functionArtyom Pervukhin
2017-10-25image/draw: reduce drawPaletted allocations for special source casesArtyom Pervukhin
2016-09-21image/draw: add FloydSteinberg Drawer exampleBrad Fitzpatrick
2016-09-09image/draw: optimize drawFillOver as drawFillSrc for opaque fills.Nigel Tao
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-01image/draw: optimize out some bounds checks.Nigel Tao
2015-07-15image/color: tweak the YCbCr to RGBA conversion formula.Nigel Tao
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-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-03-27image/draw: fix golden test for YCbCr.RGBA change.Nigel Tao
2015-03-23image/internal/imageutil: new package, used by image/draw and image/jpeg.Nigel 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-17image/draw: add CMYK fast path.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-01-14image/draw: fold TestClipWithNilMP into TestClip.Nigel Tao
2014-12-20image/draw: fix crash in clipDave Cheney
2014-09-08build: move package sources from src/pkg to srcRuss Cox