AcademySoftwareFoundation / AcademySoftwareFoundation/OpenColorIO

Implement nanoColor prototype

Đang mở
#1,998 0 bình luận 0 reaction 2 người được giao Được @doug-walker nhận Xem trên GitHub
Feature Request
Ngôn ngữ chính
C++
Star
2.1k
Fork
503
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

This is a collaboration between OpenUSD, MaterialX, and OpenColorIO.

OpenColorIO nanoColor is a light-weight version of OCIO that has no external dependencies. It is aimed at applications requiring basic color management in resource-constrained settings, such as running in a web browser or on a mobile phone.

NanoColor does not support custom config files or LUTs like full OCIO. Several config files are built into the library itself and these provide complete implementation of ACES color management. In addition, it's possible for clients to copy and edit the built-in configs to suit their needs. This includes the addition of custom color spaces.

NanoColor uses the same underlying transform chain optimization and CPU and GPU rendering paths as full OCIO. For developers, working with either nanoColor or full OCIO is very similar. The build process uses the same CMake set-up, though there are no external dependencies used in nanoColor mode.

The nanoColor API is virtually the same as the full OCIO API, though a few functions have been removed in alignment with the feature set. For example, there are no functions related to uploading texture LUTs to the GPU, since there is no texture usage in the nanoColor GPU path. All supported transforms have a closed-form invertible analytic representation that does not require LUTs.

A developer may choose to compile OCIO as nanoColor via a CMake flag.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.