Registry / other / openslide

openslide

JSON →
library4.0.0vcpkgunverified

A C library for reading whole slide image files (virtual slides) from multiple vendors.

vcpkg install openslide
INSTALL
IMPORT
SIG · OPENSLIDE
O
openslide
othercppv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

openslide/openslide.h
#include <openslide/openslide.h>

Open and close a whole slide image.

#include <openslide/openslide.h> int main() { openslide_t *osr = openslide_open("slide.svs"); if (osr) openslide_close(osr); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

openslide — pip install openslide · libregistry