|
converting LUTs
2 messages
Hi, The convert utility seems to only convert a given image from one color space to another. How can I convert the LUT itself? Specifically, I am trying to convert Iridas .CUBE to Lustre .3dl Plz help
Hi, The convert utility seems to only convert a given image from one color space to another. How can I convert the LUT itself? Specifically, I am trying to convert Iridas .CUBE to Lustre .3dl Plz help
|
By
Paul Damstadt
·
|
|
Problem building OCIO Nuke component
Are you running make with parallel jobs enabled (e.g. "make -j 4")? If so, the real error is likely buried further back in the build output.
Are you running make with parallel jobs enabled (e.g. "make -j 4")? If so, the real error is likely buried further back in the build output.
|
By
natha...@...
·
|
|
S-Log2/S-gamut 10-bit 422 XAVC to Linear ACES RGB EXR
7 messages
Hi, I'm trying to convert the S-Log2/S-gamut 10-bit 422 XAVC footage coming out of my Sony F55 camera to a sequence of Linear ACES RGB OpenEXR files. I would like to validate the assumptions I make th
Hi, I'm trying to convert the S-Log2/S-gamut 10-bit 422 XAVC footage coming out of my Sony F55 camera to a sequence of Linear ACES RGB OpenEXR files. I would like to validate the assumptions I make th
|
By
Vincent Olivier
·
|
|
P3 TO XYZ
Not sure exactly what you are asking, but.. The P3 to XYZ transform is typically done as a colour matrix and gamma adjustment, which could also be baked into a 3D LUT There is a description of the spi
Not sure exactly what you are asking, but.. The P3 to XYZ transform is typically done as a colour matrix and gamma adjustment, which could also be baked into a 3D LUT There is a description of the spi
|
By
dbr/Ben
·
|
|
Custom namespace specification and SONAMEs
3 messages
Hi All, I am looking to build the core lib with the -D OCIO_NAMESPACE=foo option. Whilst this builds just fine, I see that the SONAME is unchanged with the above. So, how do you resolve ambiguities he
Hi All, I am looking to build the core lib with the -D OCIO_NAMESPACE=foo option. Whilst this builds just fine, I see that the SONAME is unchanged with the above. So, how do you resolve ambiguities he
|
By
Piotr Stanczyk
·
|
|
Apply color transformation on images containing a single channel
3 messages
If your image is packed separately per channel (ex: RRRRRRR... GGGGG... BBBB.... ), the Planar ImageDesc is probably what you're looking for. Give that a try? PlanarImageDesc(float * rData, float * gD
If your image is packed separately per channel (ex: RRRRRRR... GGGGG... BBBB.... ), the Planar ImageDesc is probably what you're looking for. Give that a try? PlanarImageDesc(float * rData, float * gD
|
By
Jeremy Selan
·
|
|
Apply color transformation on images containing a single channel
Hi, In my application, images are split into their separate channels, and operations are performed per channel. I have individual float arrays for each channel (obtained via openimageio), and I would
Hi, In my application, images are split into their separate channels, and operations are performed per channel. I have individual float arrays for each channel (obtained via openimageio), and I would
|
By
Mark Boorer
·
|
|
OCIOLookTransform missing in Nuke 7.0v4?
2 messages
It looks like Nuke 7.0v6 ships with the OCIOLookTransform node, though it's not exposed in the menus by default. Quoting the release notes... BUG ID 24785 - OCIOLookTransform was missing from the Othe
It looks like Nuke 7.0v6 ships with the OCIOLookTransform node, though it's not exposed in the menus by default. Quoting the release notes... BUG ID 24785 - OCIOLookTransform was missing from the Othe
|
By
Jeremy Selan
·
|
|
OCIOLookTransform missing in Nuke 7.0v4?
It seems like the OCIOLookTransform node mentioned on this page: http://opencolorio.org/userguide/looks.html Is missing from the OCIO bundled with Nuke 7.0v4. Has the LookTransform node been deprecate
It seems like the OCIOLookTransform node mentioned on this page: http://opencolorio.org/userguide/looks.html Is missing from the OCIO bundled with Nuke 7.0v4. Has the LookTransform node been deprecate
|
By
Alex -
·
|
|
converting The Right Way™ from linear -> custom log -> monitor
Hi! So you shouldnt have to muck around with any of the specific underlying Transforms (you mention the log transform, and the file transform). The typical use case with OCIO is that these are all abs
Hi! So you shouldnt have to muck around with any of the specific underlying Transforms (you mention the log transform, and the file transform). The typical use case with OCIO is that these are all abs
|
By
Jeremy Selan
·
|
|
Bugs in Windows build process
6 messages
After much struggle, I finally managed to get OCIO built on Windows, but there are several apparent bugs in the build process that require manual intervetion to work around. I ran CMake from the Visua
After much struggle, I finally managed to get OCIO built on Windows, but there are several apparent bugs in the build process that require manual intervetion to work around. I ran CMake from the Visua
|
By
Nathan Weston
·
|
|
Pull Request: better disk caching behavior for concurrent lookups
https://github.com/imageworks/OpenColorIO/pull/309 Previously, if one loaded a file (LUT) that wasnt in cache, this would block concurrent access of the file caches, even for different files. With thi
https://github.com/imageworks/OpenColorIO/pull/309 Previously, if one loaded a file (LUT) that wasnt in cache, this would block concurrent access of the file caches, even for different files. With thi
|
By
Jeremy Selan
·
|
|
Linear workflow in Silhouette? And example LUT files?
3 messages
Hi! I'm attempting to get a linear workflow working in Silhouette (4.5.3), which uses OpenColorIO. I'd like to load in scene-linear EXRs, apply a 1D linear-to-CineonLog transform, and then apply a 3D
Hi! I'm attempting to get a linear workflow working in Silhouette (4.5.3), which uses OpenColorIO. I'd like to load in scene-linear EXRs, apply a 1D linear-to-CineonLog transform, and then apply a 3D
|
By
Derek Melmoth
·
|
|
Review: docs for Blender and Sony Vegas Pro OCIO support
Documenting support for OCIO in latest stable release of Blender, and Sony Vegas Pro 12 https://github.com/imageworks/OpenColorIO/pull/305
Documenting support for OCIO in latest stable release of Blender, and Sony Vegas Pro 12 https://github.com/imageworks/OpenColorIO/pull/305
|
By
dbr/Ben
·
|
|
yaml-cpp 0.5.0
3 messages
I noticed that yaml-cpp 0.5.0 was released with the new API. Is there a plan to move to the new API or stick with the 0.3.0 API? Thanks, Richard
I noticed that yaml-cpp 0.5.0 was released with the new API. Is there a plan to move to the new API or stick with the 0.3.0 API? Thanks, Richard
|
By
Richard Shaw
·
|
|
photoshop config.ocio
7 messages
thank you so far. I have installed fedora on virtualbox. Now come to need config.ocio for making icc for photoshop ocio2icc does not work on it but i gues ociobakelut can give icc. So, downloading sam
thank you so far. I have installed fedora on virtualbox. Now come to need config.ocio for making icc for photoshop ocio2icc does not work on it but i gues ociobakelut can give icc. So, downloading sam
|
By
Nishith Singhai
·
|
|
truelight compile error
4 messages
Hello. The lack of Truelight is not causing an error in your build, the warning is merely informational in case you had intended for it to be used. Your build is failing as a result of not being able
Hello. The lack of Truelight is not causing an error in your build, the warning is merely informational in case you had intended for it to be used. Your build is failing as a result of not being able
|
By
Jeremy Selan
·
|
|
Review: nuke: Toolbar node population no longer conflicts with Foundry
https://github.com/imageworks/OpenColorIO/pull/301
https://github.com/imageworks/OpenColorIO/pull/301
|
By
Sean Looper
·
|
|
Review: Visual Studio 2010 compile fix Edit
8 messages
http://github.com/imageworks/OpenColorIO/pull/300 Frederik has submitted a bunch of changes related to Visual Studio 2010 compatibility and STATIC linking. As this touches CMake mojo as used on linux
http://github.com/imageworks/OpenColorIO/pull/300 Frederik has submitted a bunch of changes related to Visual Studio 2010 compatibility and STATIC linking. As this touches CMake mojo as used on linux
|
By
Jeremy Selan
·
|
|
Review: config-syntax documentation
https://github.com/imageworks/OpenColorIO/pull/296 Summary of the changes: * Docs of the various sections within the config, and available transforms * Basic guidelines for writing documentation (main
https://github.com/imageworks/OpenColorIO/pull/296 Summary of the changes: * Docs of the various sections within the config, and available transforms * Basic guidelines for writing documentation (main
|
By
dbr/Ben
·
|