aboutsummaryrefslogtreecommitdiff
path: root/content/go-imagedraw-package.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/go-imagedraw-package.article')
-rw-r--r--content/go-imagedraw-package.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/go-imagedraw-package.article b/content/go-imagedraw-package.article
index 9e24c14..f3a1bc8 100644
--- a/content/go-imagedraw-package.article
+++ b/content/go-imagedraw-package.article
@@ -1,7 +1,7 @@
# The Go image/draw package
29 Sep 2011
Tags: draw, image, libraries, technical
-Summary: [Package image/draw](https://golang.org/pkg/image/draw/) defines only one operation: drawing a source image onto a destination image, through an optional mask image. This one operation is surprisingly versatile and can perform a number of common image manipulation tasks elegantly and efficiently.
+Summary: An introduction to image compositing in Go using the image/draw package.
Nigel Tao