Crate openslide_rs

Source

Modules§

deepzoom
Support for Deep Zoom images. This module provides functionality for generating Deep Zoom images from OpenSlide objects. This is a simple translation of python DeepZoomGenerator implementation
errors
This module contains errors defined in this library
properties
Properties from various slides
traits

Structs§

Address
Simple Address struct
DeepZoomGenerator
Generates Deep Zoom tiles and metadata.
OpenSlide
Openslide object is a simple wrapper around openslide_t “C” type. Implementation provides all functions available in the “C” API It contains also openslide and vendor specific properties found in WSI.
Region
Region struct Used to retrieve a tile in a WSI
Size
Simple Size struct

Type Aliases§

Result
The corresponding result type used by the crate.