Registry / other / libics

libics

JSON →
library1.7.0vcpkgunverified

Reference library for ICS (Image Cytometry Standard), an open standard for writing images of any dimensionality and data type to file, together with associated information regarding the recording equipment or recorded subject.

vcpkg install libics
INSTALL
IMPORT
SIG · LIBICS
L
libics
othercppv1.7.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.

libics.h
#include <libics.h>

Opens and closes an ICS image file.

#include <libics.h> #include <iostream> int main() { ICS* ics; ICSIEOpen("image.ics", "r", &ics); std::cout << "Opened ICS file\n"; ICSClose(ics); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libics — pip install libics · libregistry