|
CMake help
Sorry, cmake is brand new to me and I figured it would be quicker to ask...
What would be the proper way to tell cmake to build the nuke plugins linking to the versions of libraries (libstdc++ etc) in
Sorry, cmake is brand new to me and I figured it would be quicker to ask...
What would be the proper way to tell cmake to build the nuke plugins linking to the versions of libraries (libstdc++ etc) in
|
By
Ciaran <ciaran...@...>
·
#636
·
|
|
Re: Question about IIF config
Your example looks good to me. Can you test the sub components of
your transform?
If you skip the ctl nodes, and only try the log2lin portions, does
that result in an identity transform?
Feel free
Your example looks good to me. Can you test the sub components of
your transform?
If you skip the ctl nodes, and only try the log2lin portions, does
that result in an identity transform?
Feel free
|
By
Jeremy Selan <jeremy...@...>
·
#635
·
|
|
Re: Question about IIF config
Thanks for the quick answer and the explanation :)
I tried this afternoon to create my own aceslg2_to_Rec709 LUT but I'm still not sure to understand how it should work.
I started to give a quick
Thanks for the quick answer and the explanation :)
I tried this afternoon to create my own aceslg2_to_Rec709 LUT but I'm still not sure to understand how it should work.
I started to give a quick
|
By
Marie Fétiveau <m...@...>
·
#634
·
|
|
Re: Question about IIF config
Marie,
Thanks for catching this! The currently shipping IIF configuration
is based on an older specification (I forget the exact version, but
it's around 8 months old), so my hope is the versions
Marie,
Thanks for catching this! The currently shipping IIF configuration
is based on an older specification (I forget the exact version, but
it's around 8 months old), so my hope is the versions
|
By
Jeremy Selan <jeremy...@...>
·
#632
·
|
|
Question about IIF config
Hello all !
I'm having a look at IIF config.ocio and I was wondering how you build the aceslg2_to_Rec709.cube LUT for the rrt_odt_r709 colorspace.
I'm asking because when I compare an OCIOColorspace
Hello all !
I'm having a look at IIF config.ocio and I was wondering how you build the aceslg2_to_Rec709.cube LUT for the rrt_odt_r709 colorspace.
I'm asking because when I compare an OCIOColorspace
|
By
Marie Fétiveau <m...@...>
·
#633
·
|
|
OpenColorIO Version 1.0 is released
Friends,
We've just officially released version 1.0, now available for download
Friends,
We've just officially released version 1.0, now available for download
|
By
Jeremy Selan <jeremy...@...>
·
#631
·
|
|
Re: AllocationVars?
Yes, that important functionality is under documented. I'll try to
update the headers / documentation this week. But in the meantime...
The allocation / allocation vars are utilized using during
Yes, that important functionality is under documented. I'll try to
update the headers / documentation this week. But in the meantime...
The allocation / allocation vars are utilized using during
|
By
Jeremy Selan <jeremy...@...>
·
#630
·
|
|
AllocationVars?
Could anybody say a little about what ColorSpace::setAllocation() and ColorSpace::setAllocationVars() do?
I'm starting to get up and running writing my own luts into the spi1d format for converting
Could anybody say a little about what ColorSpace::setAllocation() and ColorSpace::setAllocationVars() do?
I'm starting to get up and running writing my own luts into the spi1d format for converting
|
By
Ciaran <ciaran...@...>
·
#629
·
|
|
Review: Fixed Truelight LUT reading bug
https://github.com/imageworks/OpenColorIO/pull/165
Oh no!
Today, in the normal course of production work (debugging why our
editorial deliverables didn't match on-set reference), we discovered
that
https://github.com/imageworks/OpenColorIO/pull/165
Oh no!
Today, in the normal course of production work (debugging why our
editorial deliverables didn't match on-set reference), we discovered
that
|
By
Jeremy Selan <jeremy...@...>
·
#628
·
|
|
Re: FileTransform interface changes
Hi,
The shaper interpolation should be what we agreed.
Interpolation FileTransform::getShaperInterpolation() const;
void FileTransform::setShaperInterpolation(Interpolation interp);
bool
Hi,
The shaper interpolation should be what we agreed.
Interpolation FileTransform::getShaperInterpolation() const;
void FileTransform::setShaperInterpolation(Interpolation interp);
bool
|
By
Malcolm Humphreys <malcolmh...@...>
·
#627
·
|
|
Re: Review: Updated ocio2icc
Thanks so much...this completely rocks my color-world!
Jordan
Thanks so much...this completely rocks my color-world!
Jordan
|
By
Jordan Soles <jor...@...>
·
#626
·
|
|
Review: Updated ocio2icc
https://github.com/imageworks/OpenColorIO/pull/163
Added support for --lut command-line argument. Instead of requiring an
ocio profile, users can specify a lut (or a chain of luts) to create
an icc
https://github.com/imageworks/OpenColorIO/pull/163
Added support for --lut command-line argument. Instead of requiring an
ocio profile, users can specify a lut (or a chain of luts) to create
an icc
|
By
Jeremy Selan <jeremy...@...>
·
#624
·
|
|
Re: FileTransform interface changes
Would FileTransform::setOptionString(...) introduce the same complexity?
Say you wanted to create the OCIOFileTransform in nuke. In this
system, would you expect to see a single knob,
Would FileTransform::setOptionString(...) introduce the same complexity?
Say you wanted to create the OCIOFileTransform in nuke. In this
system, would you expect to see a single knob,
|
By
Jeremy Selan <jeremy...@...>
·
#623
·
|
|
Re: FileTransform interface changes
Am 15.09.11, 17:50 -0700 schrieb Jeremy Selan:
That looks like cmake output. But littleCMS (alias lcms) uses autotools and is written in C not C++. Did you check with lcms' native build system?
Btw.
Am 15.09.11, 17:50 -0700 schrieb Jeremy Selan:
That looks like cmake output. But littleCMS (alias lcms) uses autotools and is written in C not C++. Did you check with lcms' native build system?
Btw.
|
By
Kai-Uwe Behrmann <ku...@...>
·
#625
·
|
|
Re: FileTransform interface changes
I leave it up to you to decide what makes it into 1.0. At the end of the day I would just be happy to somehow replace these:
FileTransform::getCCCId()
FileTransform::setCCCId(const char * id)
But I
I leave it up to you to decide what makes it into 1.0. At the end of the day I would just be happy to somehow replace these:
FileTransform::getCCCId()
FileTransform::setCCCId(const char * id)
But I
|
By
Malcolm Humphreys <malcolmh...@...>
·
#622
·
|
|
Re: FileTransform interface changes
Hey Jeremy,
By
Andrew Hunter <and...@...>
·
#621
·
|
|
Re: FileTransform interface changes
Malcolm,
Sorry for the delay in responding.
First, I agree with you that dynamically defined FileTransform options
would have more elegant. (prman is a great example of how such an API
can stay
Malcolm,
Sorry for the delay in responding.
First, I agree with you that dynamically defined FileTransform options
would have more elegant. (prman is a great example of how such an API
can stay
|
By
Jeremy Selan <jeremy...@...>
·
#620
·
|
|
Re: FileTransform interface changes
Hey,
Just giving my two cents but having ocio support icc transforms would be a killer feature. Would this be too invasive a change to make it into 1.0?
Cheers,
Andrew
On Sep 14, 2011 10:04 AM,
Hey,
Just giving my two cents but having ocio support icc transforms would be a killer feature. Would this be too invasive a change to make it into 1.0?
Cheers,
Andrew
On Sep 14, 2011 10:04 AM,
|
By
Andrew Hunter <and...@...>
·
#618
·
|
|
FileTransform interface changes
Hi,
As we are fast approaching 1.0 I know it's a bit late in the day for some API changes. But I noticed these while doing the JNI wrapping for the android port some things which would be really good
Hi,
As we are fast approaching 1.0 I know it's a bit late in the day for some API changes. But I noticed these while doing the JNI wrapping for the android port some things which would be really good
|
By
Malcolm Humphreys <malcolmh...@...>
·
#619
·
|
|
Re: ocio2icc - Can I Create An ICC Profile From An Existing 3dl/csp LUT?
With "mylut.csp", and the following saved as "example.yaml" (http://pastie.org/2523829 incase the formatting is screwed up):
ocio_profile_version: 1
# Look in current working dir for
With "mylut.csp", and the following saved as "example.yaml" (http://pastie.org/2523829 incase the formatting is screwed up):
ocio_profile_version: 1
# Look in current working dir for
|
By
dbr/Ben <dbr....@...>
·
#617
·
|