Registry / serialization / libczi

libczi

JSON →
library0.67.6vcpkgunverified

Library to read and write CZI files.

vcpkg install libczi
INSTALL
IMPORT
SIG · LIBCZI
L
libczi
serializationcppv0.67.6
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.

libCZI/libCZI.h
#include <libCZI/libCZI.h>

Open and close a CZI file

#include "libCZI/libCZI.h" int main() { auto stream = libCZI::CreateStreamFromFile("test.czi"); auto reader = libCZI::CreateCZIReader(); reader->Open(stream); reader->Close(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.67.6latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

libczi — pip install libczi · libregistry