Skip to content

Releases: InternationalColorConsortium/iccDEV

Release v2.3.1.2

05 Jan 00:27
ad159eb

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 bash -l

Binary Package Downloads


Release v2.3.1.1

03 Dec 17:12
e9b21d2

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 bash -l

Binary Package Downloads


Build Job

Binary Packages built with Job 19902447547


iccDEV v2.3.1

21 Oct 03:19
01a3faf

Choose a tag to compare

Install via Package Managers

Linux & macOS: brew install iccdev

Node: npm install iccdev

Binary Package Downloads

See below.

Build Instructions

Ubuntu GNU

export CXX=g++
git clone https://github.com/InternationalColorConsortium/iccDEV.git
cd iccDEV/Build
sudo apt install -y libpng-dev libjpeg-dev libwxgtk3.2-dev libwxgtk-{media,webview}3.2-dev wx-common wx3.2-headers libtiff6 curl git make cmake clang clang-tools libxml2{-dev,} nlohmann-json3-dev build-essential
cmake Cmake
make -j$(nproc)

macOS Clang

export CXX=clang++
brew install libpng nlohmann-json libxml2 wxwidgets libtiff jpeg
git clone https://github.com/InternationalColorConsortium/iccDEV.git
cd iccDEV
cmake -G "Xcode" Build/Cmake
xcodebuild -project RefIccMAX.xcodeproj
open RefIccMAX.xcodeproj

Windows Build

git clone https://github.com/InternationalColorConsortium/iccDEV.git
cd iccDEV
vcpkg integrate install
vcpkg install
cmake --preset vs2022-x64 -B . -S Build/Cmake
cmake --build . -- /m /maxcpucount
devenv RefIccMAX.sln

Signature Verification Example

wget https://raw.githubusercontent.com/xsscx/xsscx/refs/heads/main/publickey.asc
gpg --import publickey.asc
gpg --verify iccdev-v231-wasm.zip.sha256.asc iccdev-v231-wasm.zip.sha256
sha256sum -c iccdev-v231-wasm.zip.sha256

Signature Sample Output for WASM

gpg --verify iccdev-v231-wasm.zip.sha256.asc iccdev-v231-wasm.zip.sha256
gpg: Signature made Sun Oct 26 09:16:51 2025 EDT
gpg:                using RSA key 3B8789807235FBB84F5F65B701EFDBBC77241D7D
gpg: Good signature from "David Hoyt (Valid for 30 days) <xss@xss.cx>" [ultimate]

sha256sum -c iccdev-v231-wasm.zip.sha256
iccdev-v231-wasm.zip: OK

iccDEV BREW Config v2.2.50

05 Aug 02:10
9f44835

Choose a tag to compare

This version string of 2.2.50 is specific to the pending iccDEV name change and Runner Drift.

The BREW build of iccDEV specifically included the base tools:

iccToXml
iccFromXml
iccRoundTrip
iccDumpProfile

Manual Build Instructions

Ubuntu GNU

export CXX=g++
git clone https://github.com/InternationalColorConsortium/DemoIccMAX.git
cd DemoIccMAX/Build
sudo apt install -y libpng-dev libjpeg-dev libwxgtk3.2-dev libwxgtk-{media,webview}3.2-dev wx-common wx3.2-headers libtiff6 curl git make cmake clang clang-tools libxml2{-dev,} nlohmann-json3-dev build-essential
cmake Cmake
make -j$(nproc)

macOS Clang

export CXX=clang++
brew install libpng nlohmann-json libxml2 wxwidgets libtiff jpeg
git clone https://github.com/InternationalColorConsortium/DemoIccMAX.git
cd DemoIccMAX
cmake -G "Xcode" Build/Cmake
xcodebuild -project RefIccMAX.xcodeproj
open RefIccMAX.xcodeproj

iccMAX v2.2.6

19 Jul 20:07
837e49d

Choose a tag to compare

color.org logo

npm install iccwasm or brew install iccmax or download your package below.

Build Instructions

Ubuntu GNU

export CXX=g++
git clone https://github.com/InternationalColorConsortium/DemoIccMAX.git
cd DemoIccMAX/Build
sudo apt install -y libpng-dev libjpeg-dev libwxgtk3.2-dev libwxgtk-{media,webview}3.2-dev wx-common wx3.2-headers libtiff6 curl git make cmake clang clang-tools libxml2{-dev,} nlohmann-json3-dev build-essential
cmake Cmake
make -j$(nproc)

macOS Clang

export CXX=clang++
brew install libpng nlohmann-json libxml2 wxwidgets libtiff jpeg
git clone https://github.com/InternationalColorConsortium/DemoIccMAX.git
cd DemoIccMAX
cmake -G "Xcode" Build/Cmake
xcodebuild -project RefIccMAX.xcodeproj
open RefIccMAX.xcodeproj

Windows Build

git clone https://github.com/InternationalColorConsortium/DemoIccMAX.git
cd DemoIccMAX
vcpkg integrate install
vcpkg install
cmake --preset vs2022-x64 -B . -S Build/Cmake
cmake --build . -- /m /maxcpucount
devenv RefIccMAX.sln