|
OpenColorIGo - Bindings for the Go language
Hey All, I had a need to use OpenColorIO for my image processing server, written in Go, so I started working on bindings. Thought I would share, just in case anyone is interested/involved in developin
Hey All, I had a need to use OpenColorIO for my image processing server, written in Go, so I started working on bindings. Thought I would share, just in case anyone is interested/involved in developin
|
By
Justin Israel
·
|
|
vd16 and alpha channels PS -> Nuke
6 messages
You will get different results when comping in linear vs. video spaces. It's an order of operations thing and really can't be helped. Easiest thing is to comp the layers in video space and then conver
You will get different results when comping in linear vs. video spaces. It's an order of operations thing and really can't be helped. Easiest thing is to comp the layers in video space and then conver
|
By
Brendan Bolles
·
|
|
vd16 and alpha channels PS -> Nuke
Hi all, This may seem like a dumb question, but I've been scratching my brain for quite a while now. I was wondering what the best practice is to get an acurat result from nuke as far as compositing a
Hi all, This may seem like a dumb question, but I've been scratching my brain for quite a while now. I was wondering what the best practice is to get an acurat result from nuke as far as compositing a
|
By
Ashley Retallack
·
|
|
ICC color profile support?
4 messages
I'm looking at using OCIO as the basis for a photo editing applications CMS, but I need support for ICC profiles found embedded in image files and used as monitor profiles. Currently I use lcms for th
I'm looking at using OCIO as the basis for a photo editing applications CMS, but I need support for ICC profiles found embedded in image files and used as monitor profiles. Currently I use lcms for th
|
By
Paul Miller
·
|
|
ICC color profile support?
Not sure if this is the answer you're looking for but OCIO has been able to generate ICC profiles for a while. I use it to generate specific show LUTs for te matte painter in my dept (generated an ARR
Not sure if this is the answer you're looking for but OCIO has been able to generate ICC profiles for a while. I use it to generate specific show LUTs for te matte painter in my dept (generated an ARR
|
By
Andrew Britton
·
|
|
Building config.ocio from provided LUTs
4 messages
Hi, I'm new to OCIO and this forum, and I have what I think is probably a pretty common issue, although after searching for a solution for a couple days, I haven't come up with anything. My problem is
Hi, I'm new to OCIO and this forum, and I have what I think is probably a pretty common issue, although after searching for a solution for a couple days, I haven't come up with anything. My problem is
|
By
robin...@...
·
|
|
ExpressionTransform pull request
Hi, Just wondering if there was any further feedback on my pull request - https://github.com/imageworks/OpenColorIO/pull/329 . Cheers, Mark
Hi, Just wondering if there was any further feedback on my pull request - https://github.com/imageworks/OpenColorIO/pull/329 . Cheers, Mark
|
By
Mark Boorer
·
|
|
ExpressionTransformation for OCIO?
4 messages
Hi, I'm currently looking at moving our existing color pipeline tools over to OCIO, and I'm wondering if anyone can see a place for such a feature. In our current setup, some of our log to lin convers
Hi, I'm currently looking at moving our existing color pipeline tools over to OCIO, and I'm wondering if anyone can see a place for such a feature. In our current setup, some of our log to lin convers
|
By
Mark Boorer
·
|
|
Review: Nuke: OCIODisplay now has an implemented GPU path
2 messages
Modified CMake to only include this in the Linux builds. Contemplating implementing the GPU path on the other plugins, as well. https://github.com/imageworks/OpenColorIO/pull/328 Here's the specific c
Modified CMake to only include this in the Linux builds. Contemplating implementing the GPU path on the other plugins, as well. https://github.com/imageworks/OpenColorIO/pull/328 Here's the specific c
|
By
Sean Looper
·
|
|
Thoughts on layering of multiple config files
8 messages
Hey all, I hope I'm not spawning a duplicate discussion thread; I did some searching around, but couldn't find anything. I'm wondering if there has been any discussion about allowing multiple config f
Hey all, I hope I'm not spawning a duplicate discussion thread; I did some searching around, but couldn't find anything. I'm wondering if there has been any discussion about allowing multiple config f
|
By
natha...@...
·
|
|
ExpressionTransformation for OCIO?
2 messages
Hi Ben, My example where a 1D lut would be insufficient is where the source image is already in float linear, and a grading operation is to be applied in log (like saturation). Here negative values ar
Hi Ben, My example where a 1D lut would be insufficient is where the source image is already in float linear, and a grading operation is to be applied in log (like saturation). Here negative values ar
|
By
Mark Boorer
·
|
|
Regular Expression LUT matching
4 messages
Hi! In a scenario where the LUT name consists of some known variables and an arbitrary string I would like to use something like regular expressions to match the LUT file. For example, ./001/0001/from
Hi! In a scenario where the LUT name consists of some known variables and an arbitrary string I would like to use something like regular expressions to match the LUT file. For example, ./001/0001/from
|
By
nhatpho...@...
·
|
|
RV integration WIP
9 messages
I've resumed looking into integrating OCIO into RV, now that RV's Python support is non-beta \o/ (I should qualify that with "thirdparty OCIO integration, as my affiliation with Tweak is no more than
I've resumed looking into integrating OCIO into RV, now that RV's Python support is non-beta \o/ (I should qualify that with "thirdparty OCIO integration, as my affiliation with Tweak is no more than
|
By
dbr/Ben
·
|
|
[pyOpenColorIO] get LUT type ?
2 messages
Not directly. The issue that makes this complex is that some lut files (such as csp) can contain both 1D and 3D luts together. So the distinction between what should be considered 1-D, vs 3-D isn't al
Not directly. The issue that makes this complex is that some lut files (such as csp) can contain both 1D and 3D luts together. So the distinction between what should be considered 1-D, vs 3-D isn't al
|
By
Jeremy Selan
·
|
|
Sci-Tech Request
Folks, As you may have noticed, ASC-CDL was selected for Sci-Tech consideration this year under the category of "Digital workflow specifications for managing color". http://www.oscars.org/press/pressr
Folks, As you may have noticed, ASC-CDL was selected for Sci-Tech consideration this year under the category of "Digital workflow specifications for managing color". http://www.oscars.org/press/pressr
|
By
Jeremy Selan
·
|
|
[pyOpenColorIO] get LUT type ?
Hello ! I wrote a python script to plot 1D and 3D LUTs. It uses pyOpenColorIO to read and process LUTs and matplotlib to plot them. For the moment, I have to specify manually if the LUT is 1D or 3D to
Hello ! I wrote a python script to plot 1D and 3D LUTs. It uses pyOpenColorIO to read and process LUTs and matplotlib to plot them. For the moment, I have to specify manually if the LUT is 1D or 3D to
|
By
Marie Fétiveau
·
|
|
Patch for the getActiveViews env issue
Hi guys, I noticed there is an issue with getting the active Views list when it has been overridden in the environment using OCIO_ACTIVE_VIEWS. I've attached a patch that will fix this. Also I noticed
Hi guys, I noticed there is an issue with getting the active Views list when it has been overridden in the environment using OCIO_ACTIVE_VIEWS. I've attached a patch that will fix this. Also I noticed
|
By
Ashley Retallack
·
|
|
3rd annual Open Source "Beer of a Feather"
For those of you attending SIGGRAPH 2013 in Anaheim next week, we will be once again holding an event for developers and users of VFX-specific open source projects. It's a great chance to meet in pers
For those of you attending SIGGRAPH 2013 in Anaheim next week, we will be once again holding an event for developers and users of VFX-specific open source projects. It's a great chance to meet in pers
|
By
Larry Gritz
·
|
|
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...@...
·
|