WSI convenience class that selects the best available backend (CuCIM, OpenSlide, TiffSlide) based on the file extension and installed libraries.
get_extension
str
required
File path or filename string.
str
Lowercase file extension including the leading dot.
WSI
Backend
list
supported_extensions
List[str]
List of extension strings (e.g.
[".svs", ".tiff", ...]).available_backends
Dict[str, bool]
Mapping of backend name to availability boolean.

