GithubHelp home page GithubHelp logo

mikaelsundell / colorman Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 333 KB

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

Home Page: https://github.com/mikaelsundell/colorman

CMake 8.88% C++ 73.78% Objective-C++ 0.48% CSS 2.26% Shell 9.51% C 0.44% Python 4.66%
c-plus-plus cineon film film-processing image-processing images kodak scanning

colorman's Introduction

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

colorman's People

Contributors

mikaelsundell avatar

Stargazers

 avatar  avatar

Watchers

 avatar

colorman's Issues

Build script code-signing does not work

Cannot build and run the app if built using build.sh on Monterey, says EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid)), probably related to code signing of the app.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.