|
Pre-Review: Op Collapsing
4 messages
I have some development under progress, not yet ready for review, but I thought it may interest people: https://github.com/imageworks/OpenColorIO/pull/218 During processor creation, this branch adds a
I have some development under progress, not yet ready for review, but I thought it may interest people: https://github.com/imageworks/OpenColorIO/pull/218 During processor creation, this branch adds a
|
By
Jeremy Selan
·
|
|
Review: docs: ociobakelut, Photoshop ICC, looks
https://github.com/imageworks/OpenColorIO/pull/221 Committing Jeremy's Look docs. Also and documented ociobakelut usage, part of which somewhat escalated from "ociobakelut --format icc" to my experien
https://github.com/imageworks/OpenColorIO/pull/221 Committing Jeremy's Look docs. Also and documented ociobakelut usage, part of which somewhat escalated from "ociobakelut --format icc" to my experien
|
By
dbr/Ben
·
|
|
OCIO + TuttleOFX
Hello ! TuttleOFX is now using OpenColorIO to read and apply LUT files on images. This give me the chance to thank you for your great work : it rocks ! Of course that's a tiny first step in the OCIO+T
Hello ! TuttleOFX is now using OpenColorIO to read and apply LUT files on images. This give me the chance to thank you for your great work : it rocks ! Of course that's a tiny first step in the OCIO+T
|
By
Marie Fétiveau
·
|
|
Review: OCIO::SetLoggingLevel(...) fix
https://github.com/imageworks/OpenColorIO/pull/223 SetLoggingLevel wasnt being obeyed, if set before initialization. Now it works. - Jeremy
https://github.com/imageworks/OpenColorIO/pull/223 SetLoggingLevel wasnt being obeyed, if set before initialization. Now it works. - Jeremy
|
By
Jeremy Selan
·
|
|
Got Lut Formats?
5 messages
Are there color transform / LUT formats you use that aren't supported by OCIO? It's easy to add them if you let us know! (hint, hint) These can even be internal formats that don't leave your building
Are there color transform / LUT formats you use that aren't supported by OCIO? It's easy to add them if you let us know! (hint, hint) These can even be internal formats that don't leave your building
|
By
Jeremy Selan
·
|
|
OCIO + TuttleOFX
9 messages
Cool! Can you tell use a bit about the integration? Have you added generic OFX support to OCIO? Or have you directly integrated it natively into TuttleOFX? -- Jeremy 2012/2/20 Marie Fétiveau <m...@...
Cool! Can you tell use a bit about the integration? Have you added generic OFX support to OCIO? Or have you directly integrated it natively into TuttleOFX? -- Jeremy 2012/2/20 Marie Fétiveau <m...@...
|
By
Jeremy Selan
·
|
|
Review: adds 'best' interpolation type
https://github.com/imageworks/OpenColorIO/pull/232 https://github.com/imageworks/OpenColorIO/issues/217 -- Jeremy
https://github.com/imageworks/OpenColorIO/pull/232 https://github.com/imageworks/OpenColorIO/issues/217 -- Jeremy
|
By
Jeremy Selan
·
|
|
proper display transforms for Depth?
3 messages
When displaying data/depth, what display transform settings do people generally expect to apply? It seems to me I'd just want to set the display type and that's it.
When displaying data/depth, what display transform settings do people generally expect to apply? It seems to me I'd just want to set the display type and that's it.
|
By
Paul Miller
·
|
|
proper display transforms for Depth?
In Katana we have a few buttons in the monitor popup to control things like this: - First, we have a post-displaytransform color-correction where the user can specify viewmin, viewmax, viewgamma.(thin
In Katana we have a few buttons in the monitor popup to control things like this: - First, we have a post-displaytransform color-correction where the user can specify viewmin, viewmax, viewgamma.(thin
|
By
Jeremy Selan
·
|
|
Review: nuke ociolooktransform gets reload button
4 messages
https://github.com/imageworks/OpenColorIO/pull/235 https://github.com/imageworks/OpenColorIO/issues/188 -- Jeremy
https://github.com/imageworks/OpenColorIO/pull/235 https://github.com/imageworks/OpenColorIO/issues/188 -- Jeremy
|
By
Jeremy Selan
·
|
|
Gain/gamma on alpha or not?
3 messages
Currently I have my display config set up the same as Katana, where the gain/gamma also affect the alpha channel. I have users asking to turn this off. Is there a recommended way to handle this? Is th
Currently I have my display config set up the same as Katana, where the gain/gamma also affect the alpha channel. I have users asking to turn this off. Is there a recommended way to handle this? Is th
|
By
Paul Miller
·
|
|
IIF config updated
Folks, I've just pushed an updated IIF OCIO configuration to the repo: http://github.com/imageworks/OpenColorIO-Configs/zipball/master http://github.com/imageworks/OpenColorIO-Configs/tarball/master A
Folks, I've just pushed an updated IIF OCIO configuration to the repo: http://github.com/imageworks/OpenColorIO-Configs/zipball/master http://github.com/imageworks/OpenColorIO-Configs/tarball/master A
|
By
Jeremy Selan
·
|
|
Review: ociolutimage
This adds a prototype utility, ociolutimage, which can be used to generate / extract 3dluts from images. The tool has work left to be done, but in it's current state is sufficient to re-generate the a
This adds a prototype utility, ociolutimage, which can be used to generate / extract 3dluts from images. The tool has work left to be done, but in it's current state is sufficient to re-generate the a
|
By
Jeremy Selan
·
|
|
Default PyOpenColorIO linking behavior
I'd like to draw people's attention to the discussion thread: https://github.com/imageworks/OpenColorIO/issues/236 Under proposal is to have the default OCIO installation install PyOpenColorIO inside
I'd like to draw people's attention to the discussion thread: https://github.com/imageworks/OpenColorIO/issues/236 Under proposal is to have the default OCIO installation install PyOpenColorIO inside
|
By
Jeremy Selan
·
|
|
Nuke now shipping with OpenColorIO support
2 messages
Nuke 6.3v7 has just been released, with built-in support for OpenColorIO. Congrats to the Nuke team for making this happen. :) http://vimeo.com/38773736 (jump to 6:29 for the OCIO integration demonstr
Nuke 6.3v7 has just been released, with built-in support for OpenColorIO. Congrats to the Nuke team for making this happen. :) http://vimeo.com/38773736 (jump to 6:29 for the OCIO integration demonstr
|
By
Jeremy Selan
·
|
|
Review: looks syntax to allow for fallbacks
https://github.com/imageworks/OpenColorIO/pull/241 See https://github.com/imageworks/OpenColorIO/issues/234 for the discussion Example: "-cc,+di | +di | " Note the introduction of the 'or' operator. T
https://github.com/imageworks/OpenColorIO/pull/241 See https://github.com/imageworks/OpenColorIO/issues/234 for the discussion Example: "-cc,+di | +di | " Note the introduction of the 'or' operator. T
|
By
Jeremy Selan
·
|
|
Review: nuke: config-dependent knob defaults are preserved
https://github.com/imageworks/OpenColorIO/pull/242
https://github.com/imageworks/OpenColorIO/pull/242
|
By
Jeremy Selan
·
|
|
photoshop 6 beta?
5 messages
Has anyone tried the photoshop 6 beta yet? One of the line items is '3dlut adjustment', and I was curious what this meant. Couldn't find the docs online (yet). Maybe you can now select a 3dlut from di
Has anyone tried the photoshop 6 beta yet? One of the line items is '3dlut adjustment', and I was curious what this meant. Couldn't find the docs online (yet). Maybe you can now select a 3dlut from di
|
By
Jeremy Selan
·
|
|
ASC .ccc files
8 messages
Right now, when you use OCIO FileTransform to point at a .ccc file (a color correction collection) you must also specify the id of which to use. Example .ccc file: <ColorCorrectionCollection> <ColorCo
Right now, when you use OCIO FileTransform to point at a .ccc file (a color correction collection) you must also specify the id of which to use. Example .ccc file: <ColorCorrectionCollection> <ColorCo
|
By
Jeremy Selan
·
|
|
Review: cccid can be specified as name or index
https://github.com/imageworks/OpenColorIO/pull/245 https://github.com/imageworks/OpenColorIO/issues/244 -- Jeremy
https://github.com/imageworks/OpenColorIO/pull/245 https://github.com/imageworks/OpenColorIO/issues/244 -- Jeremy
|
By
Jeremy Selan
·
|