Download | Description |
---|---|
Colorman v0.0.1 | Apple Silicon macOS14 @ Github |
Colorman is an app for color processing and Inspection with grading, scopes, and scripting capabilities.
This project is still in development and not ready for use.
Important Gatekeeper note
Use xattr -cr /Applications/Colorman.app
if downloaded from releases to clear attributes added by Gatekeeper.
Colorman is built using the build.sh
script.
Build all - debug and release:
./build.sh all
Requires 3rdparty build at the same level as Colorman.
Build and sign for release:
./build.sh release --sign
Request a new certificate from Apple Developer using the Certificate Assistant Cerificate Assistant > Request a Certificate From a Certificate Authority
. Download and install the Apple Distribution Certificate distribution.cer
in a new Keychain File > Add Keychain ...
.
Simplify the process by setting code sign identity and team id from environment variables.
export CODE_SIGN_IDENTITY=<code sign identity>
export DEVELOPMENT_TEAM_ID=<team id>
The Colorman app can be built both from commandline or using Xcode -GXcode
.
Add cmake to path:
export PATH=$PATH:/Applications/CMake.app/Contents/bin
mkdir build
cd build
cmake .. -DCMAKE_MODULE_PATH=<path>/colorman/modules -DCMAKE_PREFIX_PATH=<path>/3rdparty/build/macosx/arm64.debug -GXcode
cmake --build . --config Release --parallel
Project | Description |
---|---|
OpenImageIO | OpenImageIO project @ Github |
3rdparty | 3rdparty project containing all dependencies @ Github |
-
GitHub page
https://github.com/mikaelsundell/colorman
- Roboto font
https://fonts.google.com/specimen/Roboto
Designed by Christian Robertson