final update for 8.8.0-rc1

This commit is contained in:
John Cupitt 2019-04-27 11:41:26 +01:00
parent 536c76f966
commit 5d907bdd17
2 changed files with 13 additions and 19 deletions

View File

@ -64,7 +64,6 @@ addons:
- libtiff5-dev - libtiff5-dev
- libheif-dev - libheif-dev
- libexpat1-dev - libexpat1-dev
- swig
- libmagick++-dev - libmagick++-dev
- bc - bc
- libcfitsio3-dev - libcfitsio3-dev
@ -88,7 +87,6 @@ addons:
- fftw - fftw
- libexif - libexif
- webp - webp
- swig
- imagemagick - imagemagick
- cfitsio - cfitsio
- gsl - gsl

View File

@ -197,8 +197,8 @@ them. Use switches to libvips configure like:
or perhaps: or perhaps:
CFLAGS="-g -Wall -I/opt/local/include -L/opt/local/lib" \ CFLAGS="-g -Wall -I/opt/local/include -L/opt/local/lib" \
CXXFLAGS="-g -Wall -I/opt/local/include -L/opt/local/lib" \ CXXFLAGS="-g -Wall -I/opt/local/include -L/opt/local/lib" \
./configure --prefix=/Users/john/vips ./configure --prefix=/Users/john/vips
to get libvips to see your builds. to get libvips to see your builds.
@ -227,10 +227,10 @@ packaged by https://github.com/jcupitt/docker-builds/tree/master/pdfium
If PDFium is not detected, libvips will look for poppler-glib instead. If PDFium is not detected, libvips will look for poppler-glib instead.
### libpoppler ### poppler-glib
The usual PDF loader. If this is not present, vips will try to load PDFs The Poppler PDF renderer, with a glib API. If this is not present, vips
via imagemagick. will try to load PDFs via imagemagick.
### libgsf-1 ### libgsf-1
@ -245,17 +245,10 @@ ZIP compression. 3.4b037 and later are known to be OK.
If libvips finds this library, it uses it for fourier transforms. If libvips finds this library, it uses it for fourier transforms.
### lcms2, lcms ### lcms2
If present, `vips_icc_import()`, `vips_icc_export()` and `vips_icc_transform()` If present, `vips_icc_import()`, `vips_icc_export()` and `vips_icc_transform()`
are available for transforming images with ICC profiles. If `lcms2` is are available for transforming images with ICC profiles.
available it is used in preference to `lcms`, since it is faster.
### Large files
libvips uses the standard autoconf tests to work out how to support
large files (>2GB) on your system. Any reasonably recent unix should
be OK.
### libpng ### libpng
@ -275,9 +268,8 @@ Imagemagick 6.9+ needs to have been built with `--with-modules`. Most packaged
IMs are, I think. IMs are, I think.
If you are going to be using libvips with untrusted images, perhaps in a If you are going to be using libvips with untrusted images, perhaps in a
web-server, for example, you should consider the security implications of web server, for example, you should consider the security implications of
using a package with such a large attack surface. You might prefer not to enabling a package with such a large attack surface.
enable Magick support.
### pangoft2 ### pangoft2
@ -315,6 +307,10 @@ OpenEXR images.
If available, libvips can load OpenSlide-supported virtual slide If available, libvips can load OpenSlide-supported virtual slide
files: Aperio, Hamamatsu, Leica, MIRAX, Sakura, Trestle, and Ventana. files: Aperio, Hamamatsu, Leica, MIRAX, Sakura, Trestle, and Ventana.
### libheif
If available, libvips can load and save HEIC images.
# Disclaimer # Disclaimer
No guarantees of performance accompany this software, nor is any No guarantees of performance accompany this software, nor is any