mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-09 07:28:44 -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
|
|
@ -43,7 +43,7 @@ func ColourspaceIsSupported(buf []byte) (bool, error) {
|
|||
}
|
||||
|
||||
// ImageInterpretation returns 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 ImageInterpretation(buf []byte) (Interpretation, error) {
|
||||
return vipsInterpretationBuffer(buf)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue