Bug 2256773

Summary: OpenImageIO with OpenColorIO
Product: [Fedora] Fedora EPEL Reporter: manuel.rais <manuel.rais>
Component: OpenImageIOAssignee: Richard Shaw <hobbes1069>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel9CC: epel-packagers-sig, hobbes1069
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description manuel.rais 2024-01-04 13:40:23 UTC
Description of problem:
OpenImageIO is build without OpenColorIO support

Version-Release number of selected component (if applicable):


How reproducible:
oiiotool -help : the command output shows No OpenColorIO, color config: built-in

Steps to Reproduce:
1.
2.
3.

Actual results:
oiiotool cannot use Opencolor profile to change image colors


Expected results:
oiiotool should read opencolor profiles


Additional info:
In this folder https://github.com/AcademySoftwareFoundation/OpenImageIO/tree/master/src/build-scripts, several bash scripts can be found to build OpenImageIO dependencies. https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/master/src/build-scripts/build_opencolorio.bash is one of them.  
I've tested to build locally and it works.  

Is it possible to add this feature to OpenImageIO rpm package ?

Thanks

Comment 1 Richard Shaw 2024-06-15 20:58:56 UTC
Currently the version of yaml-cpp is too old for OCIO 2.2. I started with 2.3 but it requires minizip-ng which is also not available.