mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-09 07:28:44 -07:00
update libvips documentation links
This commit is contained in:
parent
59eadaf8e9
commit
f8965115e6
4 changed files with 6 additions and 6 deletions
2
image.go
2
image.go
|
|
@ -209,7 +209,7 @@ func (i *Image) Metadata() (ImageMetadata, error) {
|
|||
}
|
||||
|
||||
// Interpretation gets the image interpretation type.
|
||||
// See: https://jcupitt.github.io/libvips/API/current/VipsImage.html#VipsInterpretation
|
||||
// See: https://libvips.github.io/libvips/API/current/VipsImage.html#VipsInterpretation
|
||||
func (i *Image) Interpretation() (Interpretation, error) {
|
||||
return ImageInterpretation(i.buffer)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue