5
5
6
6
libvips is a 2D image processing library. Compared to
7
7
similar libraries, [ libvips runs quickly and uses little
8
- memory] ( http ://www.vips.ecs.soton.ac.uk/index.php?title=Speed_and_Memory_Use ) .
8
+ memory] ( https ://github.com/jcupitt/libvips/wiki/Speed-and-memory-use ) .
9
9
libvips is licensed under the LGPL 2.1+.
10
10
11
11
It has around 300 operations covering arithmetic, histograms,
@@ -17,20 +17,20 @@ PDF, SVG, HDR, PPM, CSV, GIF, Analyze, DeepZoom, and OpenSlide. It can
17
17
also load images via ImageMagick or GraphicsMagick.
18
18
19
19
It has APIs for
20
- [ C] ( http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/libvips /using-from-c.html )
20
+ [ C] ( http://jcupitt.github.io/libvips/API/current /using-from-c.html )
21
21
and
22
- [ C++] ( http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/libvips /using-from-cpp.html )
22
+ [ C++] ( http://jcupitt.github.io/libvips/API/current /using-from-cpp.html )
23
23
and comes with a [ Python
24
- binding] ( http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/libvips /using-from-python.html )
24
+ binding] ( http://jcupitt.github.io/libvips/API/current /using-from-python.html )
25
25
and a [ command-line
26
- interface] ( http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/libvips /using-cli.html ) .
26
+ interface] ( http://jcupitt.github.io/libvips/API/current /using-cli.html ) .
27
27
Bindings are available for [ Ruby] ( https://rubygems.org/gems/ruby-vips ) ,
28
28
[ PHP] ( https://github.com/jcupitt/php-vips ) ,
29
29
[ Go] ( https://github.com/davidbyttow/govips ) ,
30
30
JavaScript and others. There is full
31
- [ documentation] ( http://www.vips.ecs.soton.ac.uk/supported/current/doc/html/ libvips/index.html ) .
31
+ [ documentation] ( http://jcupitt.github.io/ libvips/API/current ) .
32
32
There are several GUIs as well, see the [ VIPS
33
- website] ( http://www.vips.ecs.soton.ac.uk ) .
33
+ website] ( http://jcupitt.github.io/libvips ) .
34
34
35
35
There are packages for most unix-like operating systems and binaries for
36
36
Windows and OS X.
@@ -39,7 +39,7 @@ Windows and OS X.
39
39
40
40
We keep pre-baked tarballs of releases on the vips website:
41
41
42
- http ://www.vips.ecs.soton.ac.uk/supported/current/
42
+ https ://github.com/jcupitt/libvips/releases
43
43
44
44
Untar, then in the libvips directory you should just be able to do:
45
45
@@ -65,9 +65,9 @@ Once `configure` is looking OK, compile and install with the usual:
65
65
By default this will install files to ` /usr/local ` .
66
66
67
67
We have detailed guides on the wiki for [ building on
68
- Windows] ( http ://www.vips.ecs.soton.ac.uk/index.php?title=Build_on_windows )
68
+ Windows] ( https ://github.com/jcupitt/libvips/wiki/Build_for_Windows )
69
69
and [ building on OS
70
- X] ( http ://www.vips.ecs.soton.ac.uk/index.php?title= Build_on_OS_X) .
70
+ X] ( https ://github.com/jcupitt/libvips/wiki/ Build_on_OS_X) .
71
71
72
72
# Building libvips from git
73
73
0 commit comments