update for new format support in OpenSlide 3.4.0
This commit is contained in:
parent
524f37c1b9
commit
2e8d014811
@ -189,7 +189,7 @@ OpenEXR images.
|
|||||||
## OpenSlide
|
## OpenSlide
|
||||||
|
|
||||||
If available, libvips can load OpenSlide-supported virtual slide
|
If available, libvips can load OpenSlide-supported virtual slide
|
||||||
files: Aperio, Hamamatsu VMS and VMU, Leica, MIRAX, and Trestle.
|
files: Aperio, Hamamatsu, Leica, MIRAX, Sakura, Trestle, and Ventana.
|
||||||
|
|
||||||
## swig, python, python-dev
|
## swig, python, python-dev
|
||||||
|
|
||||||
|
@ -98,7 +98,9 @@ static const char *openslide_suffs[] = {
|
|||||||
".vms", ".vmu", ".ndpi", /* Hamamatsu */
|
".vms", ".vmu", ".ndpi", /* Hamamatsu */
|
||||||
".scn", /* Leica */
|
".scn", /* Leica */
|
||||||
".mrxs", /* MIRAX */
|
".mrxs", /* MIRAX */
|
||||||
|
".svslide", /* Sakura */
|
||||||
".tif", /* Trestle */
|
".tif", /* Trestle */
|
||||||
|
".bif", /* Ventana */
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -2361,8 +2361,8 @@ vips_openexrload( const char *filename, VipsImage **out, ... )
|
|||||||
* @associated: load this associated image
|
* @associated: load this associated image
|
||||||
*
|
*
|
||||||
* Read a virtual slide supported by the OpenSlide library into a VIPS image.
|
* Read a virtual slide supported by the OpenSlide library into a VIPS image.
|
||||||
* OpenSlide supports images in Aperio, Hamamatsu VMS, Hamamatsu VMU, MIRAX,
|
* OpenSlide supports images in Aperio, Hamamatsu, MIRAX, Sakura, Trestle,
|
||||||
* and Trestle formats.
|
* and Ventana formats.
|
||||||
*
|
*
|
||||||
* To facilitate zooming, virtual slide formats include multiple scaled-down
|
* To facilitate zooming, virtual slide formats include multiple scaled-down
|
||||||
* versions of the high-resolution image. These are typically called
|
* versions of the high-resolution image. These are typically called
|
||||||
|
@ -140,7 +140,9 @@ static const char *vips_foreign_openslide_suffs[] = {
|
|||||||
".vms", ".vmu", ".ndpi", /* Hamamatsu */
|
".vms", ".vmu", ".ndpi", /* Hamamatsu */
|
||||||
".scn", /* Leica */
|
".scn", /* Leica */
|
||||||
".mrxs", /* MIRAX */
|
".mrxs", /* MIRAX */
|
||||||
|
".svslide", /* Sakura */
|
||||||
".tif", /* Trestle */
|
".tif", /* Trestle */
|
||||||
|
".bif", /* Ventana */
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user