|
OpenColorIO stewardship
9 messages
Hi all, Development in the main imageworks/OpenColorIO branch seems to have stalled. The last commit is from September, 2014, and the number of issues and pull requests continues to grow. What do folk
Hi all, Development in the main imageworks/OpenColorIO branch seems to have stalled. The last commit is from September, 2014, and the number of issues and pull requests continues to grow. What do folk
|
By
Mark Visser
·
|
|
proper FileTransform usage
3 messages
I need advice on the correct way to use a LUT file transform in an OCIO processor. My results when using a FileTransform look different than in Nuke, with whites appearing more subdued using the test
I need advice on the correct way to use a LUT file transform in an OCIO processor. My results when using a FileTransform look different than in Nuke, with whites appearing more subdued using the test
|
By
Paul Miller
·
|
|
ocio Aces 1.0 config
2 messages
Dear OCIO I am new to this and i am struggling to get my self around to find config for After Effects and FUSION using the `Ocio plugin need config where can i download the complete set or configurati
Dear OCIO I am new to this and i am struggling to get my self around to find config for After Effects and FUSION using the `Ocio plugin need config where can i download the complete set or configurati
|
By
G C
·
|
|
Compatible software list
2 messages
Hi, Could you add Natron (www.natron.fr) as compatible software on the corresponding page on http://opencolorio.org/CompatibleSoftware.html ? It is made compatible in a very similar way to how Nuke no
Hi, Could you add Natron (www.natron.fr) as compatible software on the corresponding page on http://opencolorio.org/CompatibleSoftware.html ? It is made compatible in a very similar way to how Nuke no
|
By
Alexandre Gauthier
·
|
|
Creating mipmapped textures with OpenImageIO
3 messages
Profuse apologies if this is an inappropriate place to ask about OIIO, but I couldn't find a group for it specifically... We've been starting to use oiiotool to prep texture maps for 3D, and recently
Profuse apologies if this is an inappropriate place to ask about OIIO, but I couldn't find a group for it specifically... We've been starting to use oiiotool to prep texture maps for 3D, and recently
|
By
John Coldrick
·
|
|
color picking role, used in Nuke?
4 messages
Hi everyone, Let me start by introducing myself, I currently work at Image Engine, Vancouver and previously I was at Framestore, London. I'm looking at doing comp work with wider gamut sources and I'm
Hi everyone, Let me start by introducing myself, I currently work at Image Engine, Vancouver and previously I was at Framestore, London. I'm looking at doing comp work with wider gamut sources and I'm
|
By
lucien...@...
·
|
|
disabling specific channels during view
3 messages
I'm trying to figure out how I can get just red and green to show up for example. I've tried setting channelsHot to [1, 1, 0, 0] in the MatrixTransform::View() function but that doesn't do the right t
I'm trying to figure out how I can get just red and green to show up for example. I've tried setting channelsHot to [1, 1, 0, 0] in the MatrixTransform::View() function but that doesn't do the right t
|
By
Paul Miller
·
|
|
LUT for linear exr to rec709
Hello all. We are trying to adopt a more complete linear work flow in the 3D department of the vfx company that I work for. The problem that we currently have is that 3D software ( in our case Maya re
Hello all. We are trying to adopt a more complete linear work flow in the 3D department of the vfx company that I work for. The problem that we currently have is that 3D software ( in our case Maya re
|
By
Matt Keith
·
|
|
SIGGRAPH 2015 - OpenColorIO Birds of a Feather
2 messages
Hi All, For those of you attending SIGGRAPH 2015 in Los Angeles, we will be hosting a "Birds of a Feather" event for users and developers of OpenColorIO to get together and discuss anything and everyt
Hi All, For those of you attending SIGGRAPH 2015 in Los Angeles, we will be hosting a "Birds of a Feather" event for users and developers of OpenColorIO to get together and discuss anything and everyt
|
By
Mark Boorer
·
|
|
5th annual Open Source VFX Beer of a Feather
5th annual Open Source VFX Beer of a Feather For those of you attending SIGGRAPH 2015 in Los Angeles, we will be once again holding an event for developers and users of VFX-specific open source projec
5th annual Open Source VFX Beer of a Feather For those of you attending SIGGRAPH 2015 in Los Angeles, we will be once again holding an event for developers and users of VFX-specific open source projec
|
By
Larry Gritz
·
|
|
Add ExpressionTransform op
3 messages
Helloo, I really like this PR: https://github.com/imageworks/OpenColorIO/pull/366 :) Someone knows why it's on hold ? Thanks, Marie
Helloo, I really like this PR: https://github.com/imageworks/OpenColorIO/pull/366 :) Someone knows why it's on hold ? Thanks, Marie
|
By
Marie Fetiveau
·
|
|
Support for OpenGL/GLSL > 2.0?
2 messages
Hi everyone, I saw that the GpuLanguage enum goes only up to GLSL 1.3, are there any plans to support anything higher? I'm using getGpuShaderText() to get the fragment shader snippets but its still us
Hi everyone, I saw that the GpuLanguage enum goes only up to GLSL 1.3, are there any plans to support anything higher? I'm using getGpuShaderText() to get the fragment shader snippets but its still us
|
By
Boon Hean Low
·
|
|
multiple config file
2 messages
Hi guys, How can I set up my pipeline so I have multiple config file building my color management profile. The idea is to have config at facility level and then have show specific but that would add t
Hi guys, How can I set up my pipeline so I have multiple config file building my color management profile. The idea is to have config at facility level and then have show specific but that would add t
|
By
lucien...@...
·
|
|
Review: added ociobuildicc app
11 messages
Added ociobuildicc app which will build a soft-proofing icc profile for a given working space. (added LCMS2 into ext) Commits: https://github.com/malcolmhumphreys/OpenColorIO/commit/1b0d39fb10db10f4ed
Added ociobuildicc app which will build a soft-proofing icc profile for a given working space. (added LCMS2 into ext) Commits: https://github.com/malcolmhumphreys/OpenColorIO/commit/1b0d39fb10db10f4ed
|
By
Malcolm Humphreys
·
|
|
Python apply .cube ?
2 messages
Please help! I am trying to load in a file, resize it, apply a .cube LUT then write it out. I have the following so far, but I'm falling over between the oiio > ocio parts (one using an oiio.ImgBuf an
Please help! I am trying to load in a file, resize it, apply a .cube LUT then write it out. I have the following so far, but I'm falling over between the oiio > ocio parts (one using an oiio.ImgBuf an
|
By
tre...@...
·
|
|
Pull request for custom transforms
Hello, I decided to implement the custom transform idea I posted earlier and send a pull request: https://github.com/imageworks/OpenColorIO/pull/390 The implementation is quite short and simple, it ju
Hello, I decided to implement the custom transform idea I posted earlier and send a pull request: https://github.com/imageworks/OpenColorIO/pull/390 The implementation is quite short and simple, it ju
|
By
Lukas Stockner
·
|
|
Precision of float values in config generated from Python
7 messages
Hello, Is there a way to configure the precision used for floating-point values stored in a config? I have a Python script that generates a config based on a bunch of inputs, including a number of mat
Hello, Is there a way to configure the precision used for floating-point values stored in a config? I have a Python script that generates a config based on a bunch of inputs, including a number of mat
|
By
Haarm-Pieter Duiker
·
|
|
ACES 1.0 released
4 messages
Hello, The ACES 1.0 Developer Release is officially available! Full product information can be found on the revamped website, http://www.oscars.org/aces. To give you a preview, the ACES 1.0 release in
Hello, The ACES 1.0 Developer Release is officially available! Full product information can be found on the revamped website, http://www.oscars.org/aces. To give you a preview, the ACES 1.0 release in
|
By
Haarm-Pieter Duiker
·
|
|
Implementing a CustomTransform
Hi, I recently found that it would be quite useful to have a CustomTransform that allows to add own Transforms without changing the actual OCIO code. My idea for this would be to have a CustomTransfor
Hi, I recently found that it would be quite useful to have a CustomTransform that allows to add own Transforms without changing the actual OCIO code. My idea for this would be to have a CustomTransfor
|
By
Lukas Stockner
·
|
|
Academy CTF LUT Format Support
3 messages
Hello all, My name is Ben Doherty, and I'm a developer working for CBS Digital. We’re interested in addiing support in OCIO for The Academy's Color Transform File (CTF) LUTs. This additional functiona
Hello all, My name is Ben Doherty, and I'm a developer working for CBS Digital. We’re interested in addiing support in OCIO for The Academy's Color Transform File (CTF) LUTs. This additional functiona
|
By
Ben Doherty
·
|