stuff
This commit is contained in:
parent
d5c07ba95a
commit
832eec9e0a
22
README
22
README
@ -1,11 +1,14 @@
|
|||||||
VIPS 7.12
|
VIPS
|
||||||
=========
|
====
|
||||||
|
|
||||||
VIPS is an image processing library. It's good for large images and for
|
VIPS is an image processing library. It's good for large images and for
|
||||||
colour. There's a GUI as well, see the VIPS website:
|
colour. There's a GUI as well, see the VIPS website:
|
||||||
|
|
||||||
http://www.vips.ecs.soton.ac.uk
|
http://www.vips.ecs.soton.ac.uk
|
||||||
|
|
||||||
|
There are packages for most linuxes and OS X. There is a pre-compiled windows
|
||||||
|
binary on the vips website.
|
||||||
|
|
||||||
Getting VIPS from SVN
|
Getting VIPS from SVN
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
@ -25,8 +28,7 @@ then as root:
|
|||||||
|
|
||||||
root% make install
|
root% make install
|
||||||
|
|
||||||
By default this will install files to /usr/local/bin, /usr/local/share/vips,
|
By default this will install files to /usr/local.
|
||||||
/usr/local/include, /usr/local/lib and /usr/local/man.
|
|
||||||
|
|
||||||
If you have problems, read on.
|
If you have problems, read on.
|
||||||
|
|
||||||
@ -44,14 +46,10 @@ Microsoft toolchain. See the README in there for details.
|
|||||||
Building VIPS on OS X
|
Building VIPS on OS X
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
I used macports to install all the dependencies. Fink also works.
|
There are packages in macports.
|
||||||
|
|
||||||
http://www.macports.org
|
http://www.macports.org
|
||||||
|
|
||||||
You need to tell configure to use the msgfmt from macports. Something like:
|
|
||||||
|
|
||||||
GMSGFMT="/opt/local/bin/msgfmt" ./configure --prefix=/Users/john/vips
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
============
|
============
|
||||||
|
|
||||||
@ -65,8 +63,8 @@ Optional support libraries ... also try ./configure --help to see flags for
|
|||||||
controlling these libs. By default, if suitable versions are found, VIPS will
|
controlling these libs. By default, if suitable versions are found, VIPS will
|
||||||
build support for them automatically.
|
build support for them automatically.
|
||||||
|
|
||||||
VIPS looks for stuff in /usr. If you have installed you own versions of these
|
VIPS looks for stuff in /usr. If you have installed your own versions of
|
||||||
libraries to /usr/local, vips will not see them. Use switches to VIPS
|
these libraries to /usr/local, vips will not see them. Use switches to VIPS
|
||||||
configure like:
|
configure like:
|
||||||
|
|
||||||
./configure --prefix=/home/john/vips \
|
./configure --prefix=/home/john/vips \
|
||||||
@ -111,7 +109,7 @@ large files
|
|||||||
libpng
|
libpng
|
||||||
if present, VIPS can load and save png files. Version 1.2+ preferred.
|
if present, VIPS can load and save png files. Version 1.2+ preferred.
|
||||||
|
|
||||||
libMagick
|
libMagick, or optionally GraphicsMagick
|
||||||
if available, VIPS adds support for loading all libMagick supported
|
if available, VIPS adds support for loading all libMagick supported
|
||||||
image file types (about 80 different formats). No saving though.
|
image file types (about 80 different formats). No saving though.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user