Libvips documentation URL and README copy updates

This commit is contained in:
Adriano 2018-05-19 10:36:06 -04:00
parent 4eb8362deb
commit 70672d35e3
5 changed files with 8 additions and 8 deletions

View file

@ -203,7 +203,7 @@ func (i *Image) Metadata() (ImageMetadata, error) {
}
// Interpretation gets the image interpretation type.
// See: http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/libvips/VipsImage.html#VipsInterpretation
// See: https://jcupitt.github.io/libvips/API/current/VipsImage.html#VipsInterpretation
func (i *Image) Interpretation() (Interpretation, error) {
return ImageInterpretation(i.buffer)
}