|
Re: LUT for linear exr to rec709
Hi Meiwa,
It's a bit hard to remotely debug from the info you've provided, but the general answer is that you'd want to bring your Linear source (presumably in Arri Wide Gamut primaries) into a V3LogC
Hi Meiwa,
It's a bit hard to remotely debug from the info you've provided, but the general answer is that you'd want to bring your Linear source (presumably in Arri Wide Gamut primaries) into a V3LogC
|
By
Sean Cooper <se...@...>
·
#1516
·
|
|
Re: LUT for linear exr to rec709
Dear Andrew,
I have tried the lut generator, from normalized sensor linear to video, but it fails to get a correct outcome.
The output lut generate an over-expose image.
Is that because there is
Dear Andrew,
I have tried the lut generator, from normalized sensor linear to video, but it fails to get a correct outcome.
The output lut generate an over-expose image.
Is that because there is
|
By
mei...@...
·
#1515
·
|
|
Re: link problem with Visual Studio 2012
No, 64 bit only.
I used the default cmake settings, though I did run cmake and build with cygwin in my path (so "patch" would work when building tinyxml).
I'll look into the v0 vs v1 issue - that
No, 64 bit only.
I used the default cmake settings, though I did run cmake and build with cygwin in my path (so "patch" would work when building tinyxml).
I'll look into the v0 vs v1 issue - that
|
By
Paul Miller <pa...@...>
·
#1514
·
|
|
Re: link problem with Visual Studio 2012
Is this 32-bit or 64-bit? If 32-bit, did you change the default calling convention in your project (__cdecl vs __stdcall)? Undecorated headers with .lib files that use the default convention will fail
Is this 32-bit or 64-bit? If 32-bit, did you change the default calling convention in your project (__cdecl vs __stdcall)? Undecorated headers with .lib files that use the default convention will fail
|
By
Dithermaster <dither...@...>
·
#1513
·
|
|
Re: link problem with Visual Studio 2012
Are you using the proper generated headers? Are you overriding so version in CMake?
All the symbols are in OpenColorIO::v0, and I would expect them to be in v1 (corresponding to the major
Are you using the proper generated headers? Are you overriding so version in CMake?
All the symbols are in OpenColorIO::v0, and I would expect them to be in v1 (corresponding to the major
|
By
Jeremy Selan <jeremy...@...>
·
#1511
·
|
|
link problem with Visual Studio 2012
I'm in the twilight zone today. After a bad merge from Mac->Windows, my application will no longer link against the shared OpenColorIO.lib on Windows, using Visual Studio 2012. This is the exact same
I'm in the twilight zone today. After a bad merge from Mac->Windows, my application will no longer link against the shared OpenColorIO.lib on Windows, using Visual Studio 2012. This is the exact same
|
By
Paul Miller <pa...@...>
·
#1512
·
|
|
Re: OCIO Configuration Reference Values
This strikes me as clean, sensible, and very viable in short term.
I also believe that this discussion could wander off into colour quackery and OCIO bloatification without keeping a guiding bit of
This strikes me as clean, sensible, and very viable in short term.
I also believe that this discussion could wander off into colour quackery and OCIO bloatification without keeping a guiding bit of
|
By
Troy Sobotka <troy.s...@...>
·
#1510
·
|
|
Re: OCIO Configuration Reference Values
> I worry that trying to interleave color math into OCIO as a first class feature will a) open up a can of worms and b) actually limit OCIO's flexibility.
Yes, this is exactly my concern and the
> I worry that trying to interleave color math into OCIO as a first class feature will a) open up a can of worms and b) actually limit OCIO's flexibility.
Yes, this is exactly my concern and the
|
By
Thomas Mansencal <thomas.m...@...>
·
#1509
·
|
|
Re: OCIO Configuration Reference Values
I like option A.
I worry that trying to interleave color math into OCIO as a first class feature will a) open up a can of worms and b) actually limit OCIO's flexibility. Personally, I'd rather see
I like option A.
I worry that trying to interleave color math into OCIO as a first class feature will a) open up a can of worms and b) actually limit OCIO's flexibility. Personally, I'd rather see
|
By
Andy Jones <andy....@...>
·
#1506
·
|
|
Re: OCIO Configuration Reference Values
Hi,
Sorry I have been a bit busy getting up to speed with a job.
I have been musing some ideas with Robert Molholm about this separately and wanted to mention it to see what you think.
The basic
Hi,
Sorry I have been a bit busy getting up to speed with a job.
I have been musing some ideas with Robert Molholm about this separately and wanted to mention it to see what you think.
The basic
|
By
Malcolm Humphreys <malcolmh...@...>
·
#1508
·
|
|
Re: OCIO Configuration Reference Values
Agree.
The question then is, how to specify the XYZ transform.
I added it in the above patch in a manner much like the luma tag.
Is this a workable step forward? It would seem that we could depreciate
Agree.
The question then is, how to specify the XYZ transform.
I added it in the above patch in a manner much like the luma tag.
Is this a workable step forward? It would seem that we could depreciate
|
By
Troy Sobotka <troy.s...@...>
·
#1507
·
|
|
Re: OCIO Configuration Reference Values
Troy,
The shortest path is going to be an RP of having an CIE1931XYZ named space. There is a certain bit of manual glue required, as OCIO only manages image transforms and standardize the processing.
Troy,
The shortest path is going to be an RP of having an CIE1931XYZ named space. There is a certain bit of manual glue required, as OCIO only manages image transforms and standardize the processing.
|
By
Joseph Slomka <joseph...@...>
·
#1505
·
|
|
Re: OCIO Configuration Reference Values
My issue with best practices is that they will fail where not implemented, which means an entire user interface stack or potentially shaders, algorithms, and a whole slew of other things fall apart
My issue with best practices is that they will fail where not implemented, which means an entire user interface stack or potentially shaders, algorithms, and a whole slew of other things fall apart
|
By
Troy Sobotka <troy.s...@...>
·
#1504
·
|
|
Re: OCIO Configuration Reference Values
Andy,
The XYZ role solution is a good compromise. It would be a good recommended practice when .ocio profiles are created.
As for the second suggestion I think it is part of a bigger problem. There
Andy,
The XYZ role solution is a good compromise. It would be a good recommended practice when .ocio profiles are created.
As for the second suggestion I think it is part of a bigger problem. There
|
By
Joseph Slomka <joseph...@...>
·
#1503
·
|
|
Re: OCIO Configuration Reference Values
I'd like to see two things added, which I feel represent a conservative take on how to add chromaticity data without going "too far."
1) An XYZ role. This won't solve all the problems, but it does
I'd like to see two things added, which I feel represent a conservative take on how to add chromaticity data without going "too far."
1) An XYZ role. This won't solve all the problems, but it does
|
By
Andy Jones <andy....@...>
·
#1501
·
|
|
Re: OCIO Configuration Reference Values
I tend to agree on the per-colourspace concept, given that OCIO cannot deduce between a well-defined colourspace and an EOTF etc.
What *is* required is a method to query metadata about the reference,
I tend to agree on the per-colourspace concept, given that OCIO cannot deduce between a well-defined colourspace and an EOTF etc.
What *is* required is a method to query metadata about the reference,
|
By
Troy Sobotka <troy.s...@...>
·
#1502
·
|
|
Re: OCIO Configuration Reference Values
Hi,
I came across this thread.
Quick question: assuming you had primaries / whitepoint stored on a per colourspace basis, wouldn't that be competing with the OCIO MatrixTransform if not metadata? I
Hi,
I came across this thread.
Quick question: assuming you had primaries / whitepoint stored on a per colourspace basis, wouldn't that be competing with the OCIO MatrixTransform if not metadata? I
|
By
Thomas Mansencal <thomas.m...@...>
·
#1500
·
|
|
OCIO Windows build
Hi,
I know it is an old question but I could not find a working solution.
Is there a walkthrough to build OCIO including PyOpenColorIO on Windows?
Or something precompiled that might work?
My current
Hi,
I know it is an old question but I could not find a working solution.
Is there a walkthrough to build OCIO including PyOpenColorIO on Windows?
Or something precompiled that might work?
My current
|
By
tde <till.d...@...>
·
#1499
·
|
|
Re: OCIO Configuration Reference Values
This is timely, I was going to raise the issue of whether it's appropriate for OCIO to be colorimetry intelligent or not. Where OCIO would define the chromaticites per colorspace, as Malcolm
This is timely, I was going to raise the issue of whether it's appropriate for OCIO to be colorimetry intelligent or not. Where OCIO would define the chromaticites per colorspace, as Malcolm
|
By
Sean Cooper <se...@...>
·
#1495
·
|
|
Re: OCIO Configuration Reference Values
I loved this idea when Mark originally hinted at it at SIGGRAPH, but frankly, it would probably require some deeper sculpting unless someone can figure out an elegant solution for the parser on each
I loved this idea when Mark originally hinted at it at SIGGRAPH, but frankly, it would probably require some deeper sculpting unless someone can figure out an elegant solution for the parser on each
|
By
Troy Sobotka <troy.s...@...>
·
#1497
·
|