Releases: InternationalColorConsortium/iccDEV
Releases · InternationalColorConsortium/iccDEV
Latest Build
Rolling Latest Build
Commit: 72afacb
Branch: master
Date: 2026-04-23T00:52:51Z
Downloads
| Platform | Archive |
|---|---|
| Linux (GCC) | iccdev-linux-gcc.zip |
| Linux (Clang) | iccdev-linux-clang.zip |
| macOS (Clang) | iccdev-macos-clang.zip |
| Windows (MSVC) | iccdev-windows-msvc.zip |
| WASM (Emscripten) | iccdev-wasm-release.zip |
Install via Package Managers
| Method | Command |
|---|---|
| Homebrew | brew install iccdev |
| NPM | npm install iccdev |
| Docker Pull | docker pull ghcr.io/internationalcolorconsortium/iccdev:latest |
| Docker Run | docker run -it ghcr.io/internationalcolorconsortium/iccdev:latest |
Auto-published by ci-latest-release on push to master.
Latest Build
Maintainer Summary
2026-04-08 18:56:10 UTC
iccDEV v2.3.1.7
iccDEV provides a set of libraries and tools that allow for the interaction, manipulation, and application of ICC color management profiles published by the International Color Consortium (ICC).
Maintainers addressed issues: #748 #750 #754 #756 #758 #760 #762 #768 #770 #772 #774 #781 #783 #786 #787
Please open an Issue with any Suggestions, Feedback or Trouble Reports.
Rolling Latest Build
Commit: ca3334c
Branch: master
Date: 2026-04-07T00:44:26Z
Downloads
| Platform | Archive |
|---|---|
| Linux (GCC) | iccdev-linux-gcc.zip |
| Linux (Clang) | iccdev-linux-clang.zip |
| macOS (Clang) | iccdev-macos-clang.zip |
| Windows (MSVC) | iccdev-windows-msvc.zip |
Install via Package Managers
| Method | Command |
|---|---|
| Homebrew | brew install iccdev |
| NPM | npm install iccdev |
| Docker Pull | docker pull ghcr.io/internationalcolorconsortium/iccdev:latest |
| Docker Run | docker run -it ghcr.io/internationalcolorconsortium/iccdev:latest |
Auto-published by ci-latest-release on push to master.
iccDEV v2.3.1.6
Install via Package Managers
| Method | Command |
|---|---|
| Homebrew | brew install iccdev |
| NPM | npm install iccdev |
| Docker Pull | docker pull ghcr.io/internationalcolorconsortium/iccdev:latest |
| Docker Run | docker run -it ghcr.io/internationalcolorconsortium/iccdev:latest |
Binary Package Downloads
Release v2.3.1.5
Install via Package Managers
| Method | Command |
|---|---|
| Homebrew | brew install iccdev |
| NPM | npm install iccdev |
| Docker Pull | docker pull ghcr.io/internationalcolorconsortium/iccdev:latest |
| Docker Run | docker run -it ghcr.io/internationalcolorconsortium/iccdev:latest |
Binary Package Downloads
Windows VCPKG Cmake
find_package(iccDEV-sdk REQUIRED)
target_link_libraries(my_app PRIVATE iccDEV::IccProfLib2 iccDEV::IccXML2)
cmake -B build -S . -DCMAKE_PREFIX_PATH="C:/sdk/iccDEV-sdk-x64-windows"
vcpkg dependencies for Win11
vcpkg deps
git clone https://github.com/InternationalColorConsortium/iccDEV.git
cd iccDEV
Write-Host "========= Fetching Deps from Releases... ================`n"
Start-BitsTransfer -Source "https://github.com/InternationalColorConsortium/iccDEV/releases/download/v2.3.1/vcpkg-exported-deps.zip" -Destination "deps.zip"
Write-Host "========= Extracting Dependencies ... ================`n"
tar -xf deps.zip
cd Build/Cmake
Write-Host "========= Configuring iccDEV ... ================`n"
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE="..\..\scripts\buildsystems\vcpkg.cmake" -DVCPKG_MANIFEST_MODE=OFF -DCMAKE_BUILD_TYPE=Debug -Wno-dev
cmake --build build -- /m /maxcpucount
cmake --build build -- /m /maxcpucount