golang-image/draw
Nigel Tao 5fe9683216 draw: change tweaks to be at end-of-line, not start-of-line.
I think it reads better that way.

Change-Id: I770fdb6362d2a281f7c62cabade186725daced9b
Reviewed-on: https://go-review.googlesource.com/7714
Reviewed-by: Rob Pike <r@golang.org>
2015-03-19 06:15:25 +00:00
..
draw.go draw: new package, a superset of the standard library's image/draw 2015-02-17 23:20:02 +00:00
example_test.go draw: implement NearestNeighbor and ApproxBiLinear Transform. 2015-03-16 23:32:22 +00:00
gen.go draw: change tweaks to be at end-of-line, not start-of-line. 2015-03-19 06:15:25 +00:00
impl.go draw: distinguish YCbCr fast paths by their chroma subsample ratios. 2015-03-19 00:59:56 +00:00
scale_test.go draw: have TestSrcTranslationInvariance work on smaller images. 2015-03-18 06:02:26 +00:00
scale.go draw: implement Kernel.Transform. 2015-03-17 23:09:51 +00:00