|
Re: Homebrew version of OCIO not bringing all apps ...
fyi homebrew/science has been deprecated. Luckily they migrated oiio/ocio into homebrew/core (default repo).
fyi homebrew/science has been deprecated. Luckily they migrated oiio/ocio into homebrew/core (default repo).
|
By
Deke Kincaid <dekek...@...>
·
#1701
·
|
|
Re: Homebrew version of OCIO not bringing all apps ...
That’s the correct approach. The build steps from the readme are copied below.
HP
Building on Mac OSX
Use the following commands to build these packages on Mac OSX
OpenColorIO
brew install -vd
That’s the correct approach. The build steps from the readme are copied below.
HP
Building on Mac OSX
Use the following commands to build these packages on Mac OSX
OpenColorIO
brew install -vd
|
By
Haarm-Pieter Duiker <li...@...>
·
#1700
·
|
|
Re: Homebrew version of OCIO not bringing all apps ...
We should find a way to fix this cyclic dependency once and for all.
-- lg
--
Larry Gritz
l...@...
We should find a way to fix this cyclic dependency once and for all.
-- lg
--
Larry Gritz
l...@...
|
By
Larry Gritz <l...@...>
·
#1699
·
|
|
Re: Homebrew version of OCIO not bringing all apps ...
To build "ociolutimage", OCIO needs to be linked against OpenImageIO. These two packages have optional dependencies on each other, so build order can be troublesome if you need both packages with full
To build "ociolutimage", OCIO needs to be linked against OpenImageIO. These two packages have optional dependencies on each other, so build order can be troublesome if you need both packages with full
|
By
Michael Dolan <mich...@...>
·
#1698
·
|
|
Re: how to write .cube luts?
Just to highligth that ocio is expecting 'Red first' 3D luts.
Just to highligth that ocio is expecting 'Red first' 3D luts.
|
By
Patrick Hodoul <patric...@...>
·
#1697
·
|
|
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
·
|