feat(options): add link to libvips API docs for Extend

master
Tomás Aparicio 9 years ago committed by GitHub
parent 6f457d828b
commit 12fbc76421

@ -114,6 +114,7 @@ const (
// Extend represents the image extend mode, used when the edges // Extend represents the image extend mode, used when the edges
// of an image are extended, you can specify how you want the extension done. // 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 type Extend int
const ( const (

Loading…
Cancel
Save