Expand description
This module contains the bindings of the OpenSlide library and its rust wrappers.
The api of the wrappers should be consistent with the C API of OpenSlide
https://openslide.org/api/openslide_8h.html
.
For a more rust convenient api, use the OpenSlide struct.
Enums§
- Open
SlideT - Dummy type for the openslide_t type in OpenSlide
Functions§
- close
- Close an OpenSlide object.
- detect_
vendor - Quickly determine whether a whole slide image is recognized.
- get_
best_ level_ for_ downsample - Get the best level to use for displaying the given downsample.
- get_
level0_ dimensions - Get the dimensions of level 0 (the largest level).
- get_
level_ count - Get the number of levels in the whole slide image.
- get_
level_ dimensions - Get the dimensions of a level.
- get_
level_ downsample - Get the downsampling factor of a given level.
- get_
property_ names - Get the NULL-terminated array of property names.
- get_
property_ value - Get the value of a single property.
- open
- Open a whole slide image.
- read_
region - Copy pre-multiplied ARGB data from a whole slide image.