golang-image/draw
Nigel Tao ad68cd9759 draw: distinguish YCbCr fast paths by their chroma subsample ratios.
These code paths aren't actually fast yet. That will be a follow-up
change.

Change-Id: I814992573cc6af422e49d0ddf336003e662897a5
Reviewed-on: https://go-review.googlesource.com/7791
Reviewed-by: Rob Pike <r@golang.org>
2015-03-19 00:59:56 +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: distinguish YCbCr fast paths by their chroma subsample ratios. 2015-03-19 00:59:56 +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