From 0c42fb85c3949874215fca22fcab561259d6d23c Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Thu, 8 Dec 2011 14:49:53 -0500 Subject: [PATCH] document support for OpenSlide --- README | 4 ++++ libvips/format/format.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 321cbad3..5952bddd 100644 --- a/README +++ b/README @@ -140,6 +140,10 @@ OpenEXR if available, libvips will directly read (but not write, sadly) OpenEXR images +OpenSlide + if available, libvips can load OpenSlide-supported virtual slide + files: Aperio, Hamamatsu VMS and VMU, MIRAX, and Trestle + swig python python-dev diff --git a/libvips/format/format.c b/libvips/format/format.c index 31b7c77b..05e569a3 100644 --- a/libvips/format/format.c +++ b/libvips/format/format.c @@ -57,7 +57,7 @@ * transparently supported by im_open(). * * VIPS comes with VipsFormat for TIFF, JPEG, PNG, Analyze, PPM, OpenEXR, CSV, - * Matlab, Radiance, RAW, VIPS and one that wraps libMagick. + * Matlab, Radiance, RAW, VIPS and ones that wrap libMagick and OpenSlide. */ /**