|
Re: Reversed transform for a OCIO::DisplayTransform
Remember that colorspaces can be defined to and from the reference. You can manually define the inverse and come up with an inverse 3d lut for the color picker that is close enough to fully
Remember that colorspaces can be defined to and from the reference. You can manually define the inverse and come up with an inverse 3d lut for the color picker that is close enough to fully
|
By
Joseph Slomka <joseph...@...>
·
#1302
·
|
|
Re: Reversed transform for a OCIO::DisplayTransform
As Piotr points out this is in general not mathematically possible, in particular if any LUTs are not invertible, you'll not be able to do this. in a 1D sense imagine if you have a curve which has a
As Piotr points out this is in general not mathematically possible, in particular if any LUTs are not invertible, you'll not be able to do this. in a 1D sense imagine if you have a curve which has a
|
By
Kevin Wheatley <kevin.j....@...>
·
#1305
·
|
|
Re: Reversed transform for a OCIO::DisplayTransform
From what I remember, you can do this if the transforms are analytical. If you are referring to a baked in file based one then you will have to provide your own from for that.
Piotr
From what I remember, you can do this if the transforms are analytical. If you are referring to a baked in file based one then you will have to provide your own from for that.
Piotr
|
By
Piotr Stanczyk <piotr.s...@...>
·
#1301
·
|
|
Reversed transform for a OCIO::DisplayTransform
Hi, all!
I am a developer of Krita [0] painting application and we use OCIO for displaying wide range images. I'm having a bit of a problem now. Since we are a painting application, we need to be able
Hi, all!
I am a developer of Krita [0] painting application and we use OCIO for displaying wide range images. I'm having a bit of a problem now. Since we are a painting application, we need to be able
|
By
Dmitry Kazakov <dimu...@...>
·
#1304
·
|
|
Uses of OCIO Looks?
If you are using Looks heavily (and successfully), I’d like to hear from you.
Currently, the documentation is somewhat inaccurate on the format of the definition and usage of Looks, so I’m
If you are using Looks heavily (and successfully), I’d like to hear from you.
Currently, the documentation is somewhat inaccurate on the format of the definition and usage of Looks, so I’m
|
By
Rod Bogart <bog...@...>
·
#1300
·
|
|
Re: Allow config's context to be replaced?
Ah cool, that could be quite handy.
Just for posterity, the biggest problem with trying to take a dynamic approach in Nuke is timing. Ideally, when a user opens a script, one would be able to look at
Ah cool, that could be quite handy.
Just for posterity, the biggest problem with trying to take a dynamic approach in Nuke is timing. Ideally, when a user opens a script, one would be able to look at
|
By
Nathan Rusch <natha...@...>
·
#1299
·
|
|
Re: OSX 10.9 compile expectations?
Agreed. I inserted unistd.h above the #elif, and it compiles fine on 10.9.
RGB
Agreed. I inserted unistd.h above the #elif, and it compiles fine on 10.9.
RGB
|
By
Rod Bogart <bog...@...>
·
#1296
·
|
|
Re: OSX 10.9 compile expectations?
It looks like PathUtils.cpp needs unistd.h included.
Looking at the source there’s:
#if defined(__APPLE__) && !defined(__IPHONE__)
#include <crt_externs.h> // _NSGetEnviron()
#elif
It looks like PathUtils.cpp needs unistd.h included.
Looking at the source there’s:
#if defined(__APPLE__) && !defined(__IPHONE__)
#include <crt_externs.h> // _NSGetEnviron()
#elif
|
By
Colin Doncaster <colin.d...@...>
·
#1297
·
|
|
Re: Digest for ocio...@googlegroups.com - 3 Messages in 1 Topic
No, but 338 does:
https://github.com/imageworks/OpenColorIO/issues/338
Rod, if you can have a go at this, it would be much appreciated; I’ve lived in a Mac monoculture for so long that I have no
No, but 338 does:
https://github.com/imageworks/OpenColorIO/issues/338
Rod, if you can have a go at this, it would be much appreciated; I’ve lived in a Mac monoculture for so long that I have no
|
By
Joseph Goldstone <jgold...@...>
·
#1298
·
|
|
Re: OSX 10.9 compile expectations?
Thanks.
Yes, it is the master branch. I have not yet spent time on the fix, but I believe you are correct; it should just be headers.
RGB
Thanks.
Yes, it is the master branch. I have not yet spent time on the fix, but I believe you are correct; it should just be headers.
RGB
|
By
Rod Bogart <bog...@...>
·
#1295
·
|
|
Re: OSX 10.9 compile expectations?
I haven't yet updated by OSX dev machine to 10.9 yet, so unfortunately
I can't test this at home. (Sounds like a good weekend project
though).
When I browse the open issues
I haven't yet updated by OSX dev machine to 10.9 yet, so unfortunately
I can't test this at home. (Sounds like a good weekend project
though).
When I browse the open issues
|
By
Jeremy Selan <jeremy...@...>
·
#1294
·
|
|
OSX 10.9 compile expectations?
Do we expect 10.9 to properly compile the git master version of OpenColorIO?
Steps to reproduce:
“Clone in Desktop” to download software
Cmake (with defaults) to populate build dir
cd
Do we expect 10.9 to properly compile the git master version of OpenColorIO?
Steps to reproduce:
“Clone in Desktop” to download software
Cmake (with defaults) to populate build dir
cd
|
By
Rod Bogart <bog...@...>
·
#1293
·
|
|
Re: Allow config's context to be replaced?
Cool.
In the medium term, we hope to do a cleanup of the OCIO API to make it
easy to install as a system library in a binary compatible manner.
That way, should similar circumstances arise again you
Cool.
In the medium term, we hope to do a cleanup of the OCIO API to make it
easy to install as a system library in a binary compatible manner.
That way, should similar circumstances arise again you
|
By
Jeremy Selan <jeremy...@...>
·
#1292
·
|
|
Re: Allow config's context to be replaced?
Foundry bug ID is 40576 in case anyone comes across this later and wants to poke them about it.
Foundry bug ID is 40576 in case anyone comes across this later and wants to poke them about it.
|
By
Nathan Rusch <natha...@...>
·
#1291
·
|
|
Re: Allow config's context to be replaced?
Thanks Jeremy. Good to know I'm not missing something.
Unfortunately The Foundry have a tendency to drag their feet when it comes to updating third-party libraries, so they're still shipping OCIO
Thanks Jeremy. Good to know I'm not missing something.
Unfortunately The Foundry have a tendency to drag their feet when it comes to updating third-party libraries, so they're still shipping OCIO
|
By
Nathan Rusch <natha...@...>
·
#1290
·
|
|
Re: Allow config's context to be replaced?
It was definitely our intent to have a setCurrentContext, that looks
like an oversight.
In the meantime, can you see if your config object has a
"addEnvironmentVar" option? This was introduced
It was definitely our intent to have a setCurrentContext, that looks
like an oversight.
In the meantime, can you see if your config object has a
"addEnvironmentVar" option? This was introduced
|
By
Jeremy Selan <jeremy...@...>
·
#1289
·
|
|
Allow config's context to be replaced?
Hey all,
I'm wondering if there has been any thought or discussion internally about allowing a config's Context to be replaced in place. I've been looking at ways to change the context variables of
Hey all,
I'm wondering if there has been any thought or discussion internally about allowing a config's Context to be replaced in place. I've been looking at ways to change the context variables of
|
By
Nathan Rusch <natha...@...>
·
#1288
·
|
|
Re: OCIO 1.0.9 released
Hi again!
[1] is now attached to avoid unavailability due to build machine
refresh.
So, any advice?
TIA.
--
Matteo F. Vescovi
Debian Maintainer
GnuPG KeyID:
Hi again!
[1] is now attached to avoid unavailability due to build machine
refresh.
So, any advice?
TIA.
--
Matteo F. Vescovi
Debian Maintainer
GnuPG KeyID:
|
By
"Matteo F. Vescovi" <mfve...@...>
·
#1287
·
|
|
Re: OpenColorIO FTBFS on GNU/kFreeBSD boxes
Hi Matteo can you checkout https://github.com/imageworks/OpenColorIO/pull/345 and see if this solves the issue for building against yaml-cpp-0.5.x? before we merge this into master.
.malcolm
Hi Matteo can you checkout https://github.com/imageworks/OpenColorIO/pull/345 and see if this solves the issue for building against yaml-cpp-0.5.x? before we merge this into master.
.malcolm
|
By
Malcolm Humphreys <malcolmh...@...>
·
#1286
·
|
|
Re: An Academy Award for OpenColorIO!
Congrats and great job!
- this message sent using an e-approved device
Congrats and great job!
- this message sent using an e-approved device
|
By
Andrew Britton <andrew.d...@...>
·
#1285
·
|