Skip to content

Releases: InternationalColorConsortium/iccDEV

Latest Build

29 May 22:36
Immutable release. Only release title and notes can be modified.
c3ad932

Choose a tag to compare

Rolling Latest Build

Tag: ci-latest-26665252366-1
Commit: c3ad932
Branch: master
Event: workflow_dispatch
Run: https://github.com/InternationalColorConsortium/iccDEV/actions/runs/26665252366

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
Checksums SHA256SUMS, SHA512SUMS

Provenance

GitHub Artifact Attestations are generated for each release archive
listed in SHA256SUMS.

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.

iccDEV v2.3.2.0

11 May 01:05
b337f76

Choose a tag to compare

Summary of Changes

iccDEV v2.3.2.0 on 10-May-2026

IccJsonLib

IccJSON provides iccToJson and iccFromJson for converting ICC and iccMAX
profiles to and from human-readable JSON. Use this guide for the workflow and
profile shape. Detailed tag examples live in ICC JSON tag types.

IccProfileVisualize

IccProfileVisualize renders icc profile tables and LUTs as images and PDF plots.


Maintainers addressed stability issues during the period 24-April-2026 through 10-May-2026.

No CVE are reported.

Please open an Issue with any Suggestions, Feedback or Trouble Reports.

vcpkg dependencies for Win11

04 Feb 18:35
01a3faf

Choose a tag to compare

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