updatye README

This commit is contained in:
John Cupitt 2011-01-06 14:18:00 +00:00
parent ea99beb727
commit 8bd2322b1f
2 changed files with 17 additions and 17 deletions

View File

@ -4,6 +4,7 @@
- faster im_tile_cache() - faster im_tile_cache()
- add -lstdc++ to vips-7.xx.pc, if we used it - add -lstdc++ to vips-7.xx.pc, if we used it
- im_vips2png() / im_png2vips() set / get png resolution (thanks Zhiyu Wu) - im_vips2png() / im_png2vips() set / get png resolution (thanks Zhiyu Wu)
- updated README
30/11/10 started 7.24.0 30/11/10 started 7.24.0
- bump for new stable - bump for new stable

33
README
View File

@ -6,8 +6,8 @@ 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 There are packages for most unix-like operating systems, and binaries for
binary on the vips website. Windows and OS X.
Building VIPS from source Building VIPS from source
========================= =========================
@ -25,19 +25,12 @@ If you have problems, read on.
Building VIPS on win32 Building VIPS on win32
---------------------- ----------------------
The easiest route is to use mingw/msys. This provides a GNU-style
build environment for win32.
http://www.vips.ecs.soton.ac.uk/index.php?title=Build_on_windows http://www.vips.ecs.soton.ac.uk/index.php?title=Build_on_windows
You can also cross-compile from a unix system to windows.
Building VIPS on OS X Building VIPS on OS X
--------------------- ---------------------
There are packages in macports. http://www.vips.ecs.soton.ac.uk/index.php?title=Build_on_OS_X
http://www.macports.org
Building VIPS from SVN Building VIPS from SVN
---------------------- ----------------------
@ -111,9 +104,11 @@ fftw3
If the library is not found, VIPS falls back to it's own internal FFT If the library is not found, VIPS falls back to it's own internal FFT
routines which are slower and less accurate. routines which are slower and less accurate.
lcms2
lcms lcms
If present, im_icc_import(), _export() and _transform() are available If present, im_icc_import(), _export() and _transform() are available
for transforming images with ICC profiles. for transforming images with ICC profiles. If lcms2 is available, it
is used in preference to lcms.
large files large files
VIPS uses the standard autoconf tests to work out how to support large VIPS uses the standard autoconf tests to work out how to support large
@ -126,15 +121,19 @@ 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.
pango pangoft2
freetype2
fontconfig
if available, VIPS adds support for text rendering. You need the if available, VIPS adds support for text rendering. You need the
package pangoft2 in "pkg-config --list-all" package pangoft2 in "pkg-config --list-all"
liboil orc-0.4
if available, you get some inner loops replcaed by calls to liboil's if available, vips will accelerate some operations with this run-time
library of optimised inner loops compiler
matio
if available, vips can load images from Matlab save files
cfitsio
if available, vips can load FITS images
OpenEXR OpenEXR
if available, VIPS will directly read (but not write, sadly) OpenEXR if available, VIPS will directly read (but not write, sadly) OpenEXR