Message 1 of 3
Apply color convert with oiiotool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When rendering in PNG from Maya, there is a color correction applied to the output image following setup in the Color Management settings.
I'm pointing at a custom folder where my config.ocio file is and I have
Rendering Space: ACES -ACEScg
Display: ACES
View: sRGB
I'm tryig to convert an EXR render into a PNG appling a color convertion usint oiiotool using this command:
"C:\Program Files\Autodesk\Arnold\maya2023\bin\oiiotool.exe" test_0001.exr --colorconfig .\aces\aces_1.2\config.ocio --colorconvert acescg sRGB -o D:\test_0001.png
and I get this error:
oiiotool ERROR: colorconvert : Could not construct the color transform acescg -> sRGB
I've tried to guess other color scheme names but I don't see how to determine the correct ones or how to know which ones are available. Documentation is not getting me anywhere.
Does anybody know how to get the same result as Maya when rendering to PNG format?