Skip to content

Commit 61b7fbc

Browse files
committed
update links
1 parent cf42995 commit 61b7fbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ single result called `"out"`.
2727
Use `vips_call()` to call any operation in the vips library. There are around
2828
around 300 operations available, see the vips docs for an introduction:
2929

30-
http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/libvips/
30+
http://jcupitt.github.io/libvips/API/current/
3131

3232
Arguments can be long, double, image, array of long, array of double or array
3333
of image. The final argument to `vips_call()` is an array of operation options.
@@ -80,7 +80,7 @@ $ ./configure --prefix=/home/john/vips --enable-debug --enable-maintainer-zts \
8080
--with-gd --with-jpeg-dir=/usr --with-libxml-dir=/usr --enable-mbstring
8181
```
8282

83-
You'll need libvips 8.0 or later, including all the headers for
83+
You'll need libvips 8.2 or later, including all the headers for
8484
development. On linux, install with your package manager. On macOS,
8585
install with `brew` or MacPorts. For Windows, download a zip from the
8686
libvips website, or build your own.

vips-1.0.6.tgz

-22 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)