Releases: InternationalColorConsortium/iccDEV
Releases · InternationalColorConsortium/iccDEV
Release v2.3.1.2
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
- See below
- iccDEV Latest Build
- Build Job https://github.com/InternationalColorConsortium/iccDEV/actions/runs/20701447103
Release v2.3.1.1
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
- See below
- iccDEV Latest Build
Build Job
Binary Packages built with Job 19902447547
iccDEV v2.3.1
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
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
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
