Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

ACES Look Transforms

License CLA assistant

ACES Look Transforms, or Look Modification Transforms (LMTs), provide a mechanism for applying creative or stylistic adjustments to ACES images. A Look Transform modifies the default appearance produced by an Output Transform, enabling customized looks that can be reused as alterative starting points on ACES projects.

Formally, LMTs are defined as ACES-to-ACES transformations, though intermediate encodings may be used internally when specific color operations require it. In the process diagram, the output of an LMT is referred to as ACES' ("ACES prime"), which is subsequently processed Output Transform.

flowchart LR
    A["ACES"]
    B["Look
    Transform"]
    C["ACES'"]
    D["Output
    Transform"]
    E["Display
    Code Values"]

    A --> B --> C --> D --> E

    %% Define class with no border
    classDef noBorder stroke:none,stroke-width:0px,fill:none;
    
    %% Apply class
    class A,C,E noBorder;
Loading

More information about designing and using Look Transforms can be found in the ACES Documentation.

Contributing

Before the project can accept any code submissions through GitHub, you must fulfill these prerequisites:

  1. Contributor License Agreement (CLA): All contributors must have a signed CLA on file to ensure the project can freely use your contributions.

  2. Developer Certificate of Origin (DCO): All commits must be signed off (e.g., git commit -s) to verify that you have the right to submit the code.

  3. AI Assistance Disclosure: While not currently blocked by CI checks, any commits or PRs built with AI assistance are expected to include an Assisted-by: TOOL/MODEL line to maintain transparency and human accountability.

Please see Contributing Guidelines for more details.

Reporting Issues

General Issues

To report a problem with any Look Transforms, please open an issue in this repository.

Security

If the issue is sensitive in nature or a security related issue, please do not report in the issue tracker. Instead refer to SECURITY for more information about the project security policy.

Governance

This repository is part of ACES, a project governed by the Academy Software Foundation.

For details about how the ACES project operates, please see GOVERNANCE.

License

The ACES Project is licensed under the Apache 2.0 license.

About

ACES Look Transforms

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

15 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages