mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-08 23:18:19 -07:00
Libvips documentation URL and README copy updates
This commit is contained in:
parent
4eb8362deb
commit
70672d35e3
5 changed files with 8 additions and 8 deletions
2
image.go
2
image.go
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue