commit | 87d9e7e166ade0902ef1f1cebaedfc475c2d3278 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Sun Jul 10 14:29:47 2011 +1000 |
committer | Nigel Tao <nigeltao@golang.org> | Sun Jul 10 14:29:47 2011 +1000 |
tree | b2b788e6ad4f307c9d64aad744535c46069061f1 | |
parent | 4d47600f467da4852119298ac90ca3dabee614c3 [diff] |
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