dicomicc
v0.1.0
Published
WASM bindings and JavaScript API for the dicomicc C library
Downloads
14,353
Readme
libdicomicc
C library for applying ICC profiles to color images.
C API
The library is a thin wrapper around the established Little-CMS library and provides a high-level C API geared towards the use within the context of the Digital Imaging and Communications in Medicine (DICOM) standard.
JavaScript API
The repository also provides WebAssembly bindings for the C library, which can be build using Emscripten, and an object-oriented JavaScript API, which is implemeted in C++ and bound using Embind.