From 12fbc76421fa52bcc088c3b3a1a3db65a0512a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Aparicio?= Date: Sat, 1 Oct 2016 10:35:30 +0100 Subject: [PATCH] feat(options): add link to libvips API docs for Extend --- options.go | 1 + 1 file changed, 1 insertion(+) diff --git a/options.go b/options.go index 0df6a2e..5920ea7 100644 --- a/options.go +++ b/options.go @@ -114,6 +114,7 @@ const ( // Extend represents the image extend mode, used when the edges // of an image are extended, you can specify how you want the extension done. +// See: http://www.vips.ecs.soton.ac.uk/supported/8.4/doc/html/libvips/libvips-conversion.html#VIPS-EXTEND-BACKGROUND:CAPS type Extend int const (