|
Re: how to write .cube luts?
How does a 3D LUT work? Each numeric row has three entries, which represent R, G, and B output values, often 0.0 to 1.0 (but could be higher or negative for some cases).
Each row represents a position
How does a 3D LUT work? Each numeric row has three entries, which represent R, G, and B output values, often 0.0 to 1.0 (but could be higher or negative for some cases).
Each row represents a position
|
By
Dithermaster <dither...@...>
·
#1695
·
|
|
Re: how to write .cube luts?
maybe multiply by 63 instead?
maybe multiply by 63 instead?
|
By
Santiago Svirsky <radi...@...>
·
#1696
·
|
|
how to write .cube luts?
I've been searching for weeks and can't find a clear explanation of how .cube files are written. Please help me understand them.
I have a .cube file that was generated with 3D Lut Creator, with an
I've been searching for weeks and can't find a clear explanation of how .cube files are written. Please help me understand them.
I have a .cube file that was generated with 3D Lut Creator, with an
|
By
mc <michael...@...>
·
#1694
·
|
|
Re: v1.1.0 compile problem with g++ 7.3.0
Another option could be to use the installed yaml (instead of the OCIO one) with USE_EXTERNAL_YAML
Another option could be to use the installed yaml (instead of the OCIO one) with USE_EXTERNAL_YAML
|
By
Patrick Hodoul <patric...@...>
·
#1693
·
|
|
Re: v1.1.0 compile problem with g++ 7.3.0
Hi Jan,
According to the gcc documentation (Warning-Options), you could disable the warning with -Wno-deprecated-declarations
Patrick.
Hi Jan,
According to the gcc documentation (Warning-Options), you could disable the warning with -Wno-deprecated-declarations
Patrick.
|
By
Patrick Hodoul <patric...@...>
·
#1692
·
|
|
v1.1.0 compile problem with g++ 7.3.0
Hi,
I tried to compile OCIO version 1.1.0 on a Debian based distro using g++ 7.3.0:
$ cat /etc/debian_version
buster/sid
$ g++ --version
g++ (Debian 7.3.0-11) 7.3.0
I get error messages related to
Hi,
I tried to compile OCIO version 1.1.0 on a Debian based distro using g++ 7.3.0:
$ cat /etc/debian_version
buster/sid
$ g++ --version
g++ (Debian 7.3.0-11) 7.3.0
I get error messages related to
|
By
jdb.w...@...
·
#1691
·
|
|
Homebrew version of OCIO not bringing all apps ...
I tried to create the original ACES 1.0.3 config from the included python folder via the 'create_aces_config' tool on my Mac. To do that, I installed all necessary tools via 'homebrew' (like 'ctl')
I tried to create the original ACES 1.0.3 config from the included python folder via the 'create_aces_config' tool on my Mac. To do that, I installed all necessary tools via 'homebrew' (like 'ctl')
|
By
Abraham Schneider <abraham....@...>
·
#1690
·
|
|
Re: no function in (Python) API to get colorspace of defined role?
Seems to work, thanks. Not quite obvious from the documentation, especially if you only look at the API docs and not the user guide first.
Am Montag, 28. Mai 2018 16:39:02 UTC+2 schrieb Sean Cooper:
Seems to work, thanks. Not quite obvious from the documentation, especially if you only look at the API docs and not the user guide first.
Am Montag, 28. Mai 2018 16:39:02 UTC+2 schrieb Sean Cooper:
|
By
Abraham Schneider <abraham....@...>
·
#1688
·
|
|
Re: no function in (Python) API to get colorspace of defined role?
Not at a computer to verify, but I believe you can just do a getColorspace() call using the user defined or default roles, the query the name of the returned object. Role names are equivalent to color
Not at a computer to verify, but I believe you can just do a getColorspace() call using the user defined or default roles, the query the name of the returned object. Role names are equivalent to color
|
By
Sean Cooper <se...@...>
·
#1689
·
|
|
no function in (Python) API to get colorspace of defined role?
Just had a look in the Python API and wondered how I could get the referenced colorspace of a named role. Some of the roles are predfined as constants (OCIO.Constants.ROLE_...), but what's with user
Just had a look in the Python API and wondered how I could get the referenced colorspace of a named role. Some of the roles are predfined as constants (OCIO.Constants.ROLE_...), but what's with user
|
By
Abraham Schneider <abraham....@...>
·
#1687
·
|
|
Re: Which colorspace is used as the reference space for an OCIO config?
Hey,
I came to the same conclusion. I had thought the first colorspace was the special ‘reference’ colorspace (pretty sure Jeremy told me that...), but there is nothing in the code enforcing or
Hey,
I came to the same conclusion. I had thought the first colorspace was the special ‘reference’ colorspace (pretty sure Jeremy told me that...), but there is nothing in the code enforcing or
|
By
Haarm-Pieter Duiker <li...@...>
·
#1686
·
|
|
Re: Which colorspace is used as the reference space for an OCIO config?
I've read the source. I didn't see anything special about the "first" colorspace. Unless someone can show me (either in the code or by an API call example) where it is somehow special, I won't believe
I've read the source. I didn't see anything special about the "first" colorspace. Unless someone can show me (either in the code or by an API call example) where it is somehow special, I won't believe
|
By
Dithermaster <dither...@...>
·
#1685
·
|
|
Re: Which colorspace is used as the reference space for an OCIO config?
Hi folks-
H.P., I also agree with that definition. But - it's also true that if you are converting to or from the 1st colorspace in the config list (aka "Reference" colorspace) we should see the
Hi folks-
H.P., I also agree with that definition. But - it's also true that if you are converting to or from the 1st colorspace in the config list (aka "Reference" colorspace) we should see the
|
By
chris....@...
·
#1684
·
|
|
Re: Which colorspace is used as the reference space for an OCIO config?
Yes, I completely agree with that definition. My assertion that 'reference' was related turned out to be something in our own code, not OCIO.
///d@
Yes, I completely agree with that definition. My assertion that 'reference' was related turned out to be something in our own code, not OCIO.
///d@
|
By
Dithermaster <dither...@...>
·
#1683
·
|
|
Re: Which colorspace is used as the reference space for an OCIO config?
Cross posting for completeness
The document detailing ACES support in various applications, is here (read
Cross posting for completeness
The document detailing ACES support in various applications, is here (read
|
By
Haarm-Pieter Duiker <li...@...>
·
#1682
·
|
|
Re: Implement Open Color IO in Maya and 3ds Max
HiMarion,
Maya supportsOCIO as synColor embeds the OCIO library for config file reading.
Below are some linksexplaining the OCIO support in Maya & Arnold:
Maya ->
HiMarion,
Maya supportsOCIO as synColor embeds the OCIO library for config file reading.
Below are some linksexplaining the OCIO support in Maya & Arnold:
Maya ->
|
By
Patrick Hodoul <patric...@...>
·
#1681
·
|
|
Implement Open Color IO in Maya and 3ds Max
Hello,
I would like to implement OpenColor IO in Maya and 3ds Max at startup.
Can you explain me how can I do that from Python please ?
The goal is that Open Color IO will be implemented at startup
Hello,
I would like to implement OpenColor IO in Maya and 3ds Max at startup.
Can you explain me how can I do that from Python please ?
The goal is that Open Color IO will be implemented at startup
|
By
marion michon <marion...@...>
·
#1679
·
|
|
Re: Digest for oci...@googlegroups.com - 1 update in 1 topic
Thanks for the clarification. I’ll make sure that the team working on the next iteration of the ACES config is aware and addresses this. It’s a one line fix.
HP
Author of the ACES config
Thanks for the clarification. I’ll make sure that the team working on the next iteration of the ACES config is aware and addresses this. It’s a one line fix.
HP
Author of the ACES config
|
By
Haarm-Pieter Duiker <li...@...>
·
#1678
·
|
|
Re: Digest for oci...@googlegroups.com - 1 update in 1 topic
The reference role doesn't appear to be used anywhere inside OCIO itself. The choice of a reference space is just an choice when creating all your transforms. That said, it is a good idea to specify
The reference role doesn't appear to be used anywhere inside OCIO itself. The choice of a reference space is just an choice when creating all your transforms. That said, it is a good idea to specify
|
By
dbr/Ben <dbr....@...>
·
#1680
·
|
|
Re: Digest for oci...@googlegroups.com - 1 update in 1 topic
Hi there!
Thanks for your answer. The reason for a reference colourspace and the 'star topology' of the colorspaces is perspicous for me. I was just wandering, why the ACES 1.0.3 config has at least 2
Hi there!
Thanks for your answer. The reason for a reference colourspace and the 'star topology' of the colorspaces is perspicous for me. I was just wandering, why the ACES 1.0.3 config has at least 2
|
By
Abraham Schneider <abraham....@...>
·
#1676
·
|