Skip to content

Colorman is an app for color processing and Inspection with grading, scopes, and scripting capabilities.

Notifications You must be signed in to change notification settings

mikaelsundell/colorman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon Colorman

License

Download Description
Colorman v0.0.1 Apple Silicon macOS14 @ Github

Introduction

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.

Documentation

Build

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.

Signing

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>

Colorman Advanced

The Colorman app can be built both from commandline or using Xcode -GXcode.

CMake configuration

Add cmake to path:

export PATH=$PATH:/Applications/CMake.app/Contents/bin

Build configuration

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

Dependencies

Project Description
OpenImageIO OpenImageIO project @ Github
3rdparty 3rdparty project containing all dependencies @ Github

Project

Copyright