fix stray uses of "layer" in openslideload documentation

This commit is contained in:
Benjamin Gilbert 2013-10-27 22:01:47 -04:00
parent 805d0cceee
commit c2ff2c6e5d

View File

@ -2357,7 +2357,7 @@ vips_openexrload( const char *filename, VipsImage **out, ... )
* *
* Optional arguments: * Optional arguments:
* *
* @layer: load this layer * @level: load this level
* @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.
@ -2366,9 +2366,8 @@ vips_openexrload( const char *filename, VipsImage **out, ... )
* *
* 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
* "levels", though OpenSlide and im_openslide2vips() call them "layers". * "levels". By default, vips_openslideload() reads the highest-resolution
* By default, vips_openslideload() reads the highest-resolution layer * level (level 0). Set @level to the level number you want.
* (layer 0). Set @layer to the layer number you want.
* *
* In addition to the slide image itself, virtual slide formats sometimes * In addition to the slide image itself, virtual slide formats sometimes
* include additional images, such as a scan of the slide's barcode. * include additional images, such as a scan of the slide's barcode.