From 3e8c4935220a8706db8ebea9936e67f6252fb6ae Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 27 Dec 2020 16:26:38 +0000 Subject: [PATCH] note libspng in optional deps --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c439281c..f7a63808 100644 --- a/README.md +++ b/README.md @@ -214,9 +214,15 @@ If libvips finds this library, it uses it for fourier transforms. If present, `vips_icc_import()`, `vips_icc_export()` and `vips_icc_transform()` are available for transforming images with ICC profiles. +### libspng + +If present, libvips will load PNG files using libspng. At the moment, libpng +is still necessary for save. + ### libpng -If present, libvips can load and save png files. +If libspng is not present and libpng is, libvips will load PNG files with +libpng. It will always save PNG files with libpng. ### libimagequant