golang-image/draw
Nigel Tao 69a0d8f9aa draw: add mask fields to Options.
This change only adds the fields, more or less. Follow-up changes will
actually honor the masks.

Change-Id: I81411dc1aac4b3c846dcdf13e2cb0b5cd60fb2b4
Reviewed-on: https://go-review.googlesource.com/8902
Reviewed-by: Rob Pike <r@golang.org>
2015-04-16 00:20:49 +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 the Over operator. 2015-04-13 23:42:02 +00:00
gen.go draw: add mask fields to Options. 2015-04-16 00:20:49 +00:00
impl.go draw: add mask fields to Options. 2015-04-16 00:20:49 +00:00
scale_test.go draw: implement the Over operator. 2015-04-13 23:42:02 +00:00
scale.go draw: add mask fields to Options. 2015-04-16 00:20:49 +00:00