Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.3 KB

File metadata and controls

16 lines (9 loc) · 1.3 KB

Build Status NPM version

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.

Note: The original unscoped dicomicc npm package is deprecated and no longer maintained. Please use the new scoped package @imagingdatacommons/dicomicc instead.