Skip to content

Releases: InternationalColorConsortium/iccDEV

Latest Build

23 Apr 01:02
72afacb

Choose a tag to compare

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

07 Apr 00:50
ca3334c

Choose a tag to compare

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

28 Mar 01:51
e280b0a

Choose a tag to compare

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

08 Mar 02:53
1ffa7a8

Choose a tag to compare

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

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