https://github.com/imagingdatacommons/libdicomicc
C library for using ICC profiles to correct color images
https://github.com/imagingdatacommons/libdicomicc
Last synced: 11 months ago
JSON representation
C library for using ICC profiles to correct color images
- Host: GitHub
- URL: https://github.com/imagingdatacommons/libdicomicc
- Owner: ImagingDataCommons
- License: mit
- Created: 2022-02-13T22:31:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T16:58:24.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T18:54:09.515Z (11 months ago)
- Language: HTML
- Size: 3.23 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/hackermd/libdicomicc/actions)
[](http://badge.fury.io/js/dicomicc)
# libdicomicc
C library for applying [ICC profiles](https://www.color.org/icc_specs2.xalter) to color images.
## C API
The library is a thin wrapper around the established [Little-CMS](https://github.com/mm2/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)](https://www.dicomstandard.org/) standard.
## JavaScript API
The repository also provides WebAssembly bindings for the C library, which can be build using [Emscripten](https://emscripten.org/), and an object-oriented JavaScript API, which is implemeted in C++ and bound using [Embind](https://emscripten.org/docs/porting/connecting_cpp_and_javascript/embind.html).