From aa9164713d6c08af279ddc4202395bcac3aea9f3 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 15 Jun 2019 13:14:26 +0100 Subject: [PATCH] note HEIC support in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ceb1a24..9402ff95 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ operations, frequency filtering, colour, resampling, statistics and others. It supports a large range of [numeric types](http://libvips.github.io/libvips/API/current/VipsImage.html#VipsBandFormat), from 8-bit int to 128-bit complex. Images can have any number of bands. -It supports a good range of image formats, including JPEG, TIFF, PNG, WebP, -FITS, Matlab, OpenEXR, PDF, SVG, HDR, PPM, CSV, GIF, Analyze, NIfTI, DeepZoom, -and OpenSlide. It can also load images via ImageMagick or GraphicsMagick, -letting it work with formats like DICOM. +It supports a good range of image formats, including JPEG, TIFF, PNG, +WebP, HEIC, FITS, Matlab, OpenEXR, PDF, SVG, HDR, PPM / PGM / PFM, CSV, +GIF, Analyze, NIfTI, DeepZoom, and OpenSlide. It can also load images via +ImageMagick or GraphicsMagick, letting it work with formats like DICOM. It comes with bindings for [C](http://libvips.github.io/libvips/API/current/using-from-c.html),