0.1.0 • Published 2 years ago

dicomicc v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.