1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:21:22 -06:00
go/src/pkg/image/draw
Nigel Tao 87d9e7e166 image: change Pix[0] to mean top-left corner of an image's Rect instead
of the origin.

image/png and image/jpeg benchmarks show no significant changes.

The image/draw changes suggest to me that making a gofix for this is not
feasible. People are just going to have to make manual fixes.

R=r
CC=golang-dev
https://golang.org/cl/4681044
2011-07-10 14:29:47 +10:00
..
clip_test.go image/draw: move exp/draw to image/draw and exp/gui. 2011-06-05 14:27:38 +10:00
draw_test.go image/draw: add draw tests where the destination image doesn't start 2011-07-08 09:54:21 +10:00
draw.go image: change Pix[0] to mean top-left corner of an image's Rect instead 2011-07-10 14:29:47 +10:00
Makefile image/draw: move exp/draw to image/draw and exp/gui. 2011-06-05 14:27:38 +10:00