Package qupath.lib.images.servers


package qupath.lib.images.servers
Supports accessing pixels and metadata in QuPath.

ImageServer is the key interface for requesting pixels and metadata. Implementations may be backed by specific image reading libraries, or optionally wrap around other ImageServers to perform additional transforms.