alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.9k stars 807 forks source link

Color space conversion update #1591

Closed demoulinv closed 7 months ago

demoulinv commented 8 months ago

Description

This PR forces to use the AliceVision "ocio.config" file for all conversion between color spaces defined in the config. Previously, the conversion between sRGB and Linear was handled by OpenImageIO, without specifying an "ocio.config" file leading to an undefined behavior depending on whether the $OCIO environment variable was defined or not.

Features list

Implementation remarks