golang-image/draw
Nigel Tao 67c770d218 draw: substitute Src for Over when the source image is completely opaque.
The two Ops are equivalent, but Src is faster.

Change-Id: I2c73a13755047c224c71fb5af786875f02681de9
Reviewed-on: https://go-review.googlesource.com/8640
Reviewed-by: Rob Pike <r@golang.org>
2015-04-08 22:38:33 +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: substitute Src for Over when the source image is completely opaque. 2015-04-08 22:38:33 +00:00
impl.go draw: substitute Src for Over when the source image is completely opaque. 2015-04-08 22:38:33 +00:00
scale_test.go draw: switch on the Op compositing operator. 2015-04-07 06:16:14 +00:00
scale.go draw: substitute Src for Over when the source image is completely opaque. 2015-04-08 22:38:33 +00:00