summaryrefslogtreecommitdiff
path: root/src/pkg/image/draw/draw.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-673/+0
* image/draw: add the Quantizer type.Nigel Tao2013-07-111-1/+8
* image/draw: add Drawer, FloydSteinberg and the op.Draw method.Nigel Tao2013-07-111-19/+183
* image/draw: fast-path for 4:4:0 chroma subsampled sources.Nigel Tao2012-10-191-8/+25
* doc: add Go image/draw package article and convert code snippets to Go1.Johan Euphrosine2012-03-141-1/+1
* image: change the YCbCr image's pixel buffers to start at Rect.MinNigel Tao2012-01-201-18/+14
* image: add PixOffset methods; use them in image/draw and image/tiff.Nigel Tao2012-01-191-12/+10
* image/ycbcr: move the Y'CbCr types into image and image/color.Nigel Tao2011-12-211-10/+9
* image: spin off a new color package out of the image package.Nigel Tao2011-10-041-12/+11
* doc: link to image/draw blog post.Nigel Tao2011-09-301-4/+4
* image: remove superfluous if condition.Nigel Tao2011-07-121-3/+0
* image: re-organize draw.go.Nigel Tao2011-07-121-80/+80
* image: change Pix from []FooColor to []uint8.Nigel Tao2011-07-121-126/+137
* image: change Pix[0] to mean top-left corner of an image's Rect insteadNigel Tao2011-07-101-75/+80
* image/draw: add an Op argument to Draw.Nigel Tao2011-06-161-3/+3
* image/draw: move exp/draw to image/draw and exp/gui.Nigel Tao2011-06-051-0/+480