AcademySoftwareFoundation / AcademySoftwareFoundation/OpenColorIO

Add code examples for using color space heuristics

Aperta
#1,870 2 commenti 0 reazioni 1 assegnatario Rivendicata da @andrew-towfiq Vedi su GitHub
Documentation good first issue help wanted
Lingua principale
C++
Stelle
2.1k
Fork
503
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

A common OCIO question is how to convert between some known external color space (e.g., sRGB, linear sRGB, CIE XYZ) and a color space in a user's config.

OCIO 2.0 added the notion of [interchange roles](https://opencolorio.readthedocs.io/en/latest/releases/ocio_2_0.html#providing-an-interchange-mechanism-between-configs) that allow config authors to identify the color space name used in their config for certain standard color spaces. However these are not present in all configs (particularly OCIO v1 configs). OCIO 2.2 [added heuristics](https://opencolorio.readthedocs.io/en/latest/releases/ocio_2_2.html#converting-to-or-from-a-known-color-space) that will search a config (that is missing the interchange roles) for color spaces that mathematically match a transform between well-known color spaces. This API was extended in the [2.3 release](https://opencolorio.readthedocs.io/en/latest/releases/ocio_2_3.html#enhanced-methods-to-find-an-equivalent-color-space-between-configs). However, there is a need for some example code that explains how to use these new features.

This issue is to [add example code](https://opencolorio.readthedocs.io/en/latest/guides/developing/developing.html) for the new methods on the Config class such as IdentifyBuiltinColorSpace, isColorSpaceLinear, IdentifyInterchangeSpace, and GetProcessorToBuiltinColorSpace.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.