|
[ocs-dev] OCS v0.5.5 posted
Hi Jeremy, looking much nicer. However, I have The Fear as you are using C++ TR1 for smart pointer magic. We are on Visual Studio 2005 for Windows and there is no TR1 for VS5 (we won't be changing in
Hi Jeremy, looking much nicer. However, I have The Fear as you are using C++ TR1 for smart pointer magic. We are on Visual Studio 2005 for Windows and there is no TR1 for VS5 (we won't be changing in
|
By
Bruno Nicoletti
·
|
|
OCS v0.5.5 posted
Oh, and to clarify, Is your fear related to the specific include of the TR1 shared_ptr, or to shared_ptrs in public headers in general? -- Jeremy
Oh, and to clarify, Is your fear related to the specific include of the TR1 shared_ptr, or to shared_ptrs in public headers in general? -- Jeremy
|
By
Jeremy Selan
·
|
|
[ocs-dev] OCS v0.5.5 posted
2 messages
The use of tr1 shared_ptr is only a stub. When we get multi-platform stuff sorted out that section will definitely be replaced with platform / compiler specific #ifdefs. Any shared_ptr that provides a
The use of tr1 shared_ptr is only a stub. When we get multi-platform stuff sorted out that section will definitely be replaced with platform / compiler specific #ifdefs. Any shared_ptr that provides a
|
By
Jeremy Selan
·
|
|
[ocs-dev] Re: OCS v0.5.5 posted
My fear is that TR1 is somewhat variably implemented at the moment, though smart pointers should be pretty much stable. The biggie is that we can't support it on Windows yet. b -- Bruno Nicoletti
My fear is that TR1 is somewhat variably implemented at the moment, though smart pointers should be pretty much stable. The biggie is that we can't support it on Windows yet. b -- Bruno Nicoletti
|
By
Bruno Nicoletti
·
|
|
[ocs-dev] Got Luts?
5 messages
Hello! I'm at the stage where I would like to get a survey of lut file formats (1d, 3d, matrix, etc) that folks actually use in the wild. If you commonly use a lut format at your facility, or define o
Hello! I'm at the stage where I would like to get a survey of lut file formats (1d, 3d, matrix, etc) that folks actually use in the wild. If you commonly use a lut format at your facility, or define o
|
By
Jeremy Selan
·
|
|
Got Luts?
Yah, the "lut as image" approach should be really easy to support, I'll add that to the short list. My only concern would be which fileformats to support. I'd still like to keep our dependencies as lo
Yah, the "lut as image" approach should be really easy to support, I'll add that to the short list. My only concern would be which fileformats to support. I'd still like to keep our dependencies as lo
|
By
Jeremy Selan
·
|
|
OCS v0.5.6 posted
2 messages
Version 0.5.6 (June 8 2010): * PyConfig stub implementation * Dropped ImageDesc.init; added PlanarImageDesc / PackedImageDesc * Dropped tr1::shared_ptr; added boost::shared_ptr
Version 0.5.6 (June 8 2010): * PyConfig stub implementation * Dropped ImageDesc.init; added PlanarImageDesc / PackedImageDesc * Dropped tr1::shared_ptr; added boost::shared_ptr
|
By
Jeremy Selan
·
|
|
[ocs-dev] Re: Got Luts?
2 messages
There are some subtleties with layout and mappings, so let me know when it's time to implement the import/export logic and I'll write up a spec. As for file formats, people use different ones - TIFF a
There are some subtleties with layout and mappings, so let me know when it's time to implement the import/export logic and I'll write up a spec. As for file formats, people use different ones - TIFF a
|
By
Naty Hoffman
·
|
|
Got Luts?
I've used 10bit DPX for this purpose in the past (when I thought I'd invented 2D 3D LUTs). 8 or 16 bit PPM may be a good compromise. It won't please everyone but implementation requires so little code
I've used 10bit DPX for this purpose in the past (when I thought I'd invented 2D 3D LUTs). 8 or 16 bit PPM may be a good compromise. It won't please everyone but implementation requires so little code
|
By
bsloan
·
|
|
[ocs-dev] Re: Got Luts?
Good feedback. How about this: Let's support all trivial image formats, as long as it doesn't introduce a library dependency or support headache. So PPM is in. If there's a simple raw/ascii float form
Good feedback. How about this: Let's support all trivial image formats, as long as it doesn't introduce a library dependency or support headache. So PPM is in. If there's a simple raw/ascii float form
|
By
Jeremy Selan
·
|
|
OCS 0.5.7 posted
0.5.7 features: * Python API is much more fleshed out (object ownership is clarified), object mutability is explicit * Improved public C++ header (functions if-def'd out have been removed (temporarily
0.5.7 features: * Python API is much more fleshed out (object ownership is clarified), object mutability is explicit * Improved public C++ header (functions if-def'd out have been removed (temporarily
|
By
Jeremy Selan
·
|
|
Got Luts?
2 messages
Mostly using cinespace .csp, houdini .lut and .icc profiles for photoshop. The main lut format requirements for me is supporting some form of 1D pre lut and a 3D cube. I have uploaded the csp lut spec
Mostly using cinespace .csp, houdini .lut and .icc profiles for photoshop. The main lut format requirements for me is supporting some form of 1D pre lut and a 3D cube. I have uploaded the csp lut spec
|
By
Malcolm Humphreys
·
|
|
OCS now on github
We've setup a private repository for developers on github! Please email your github account details you'd like access. For everyone else, we will continue to post weekly code drops.
We've setup a private repository for developers on github! Please email your github account details you'd like access. For everyone else, we will continue to post weekly code drops.
|
By
Jeremy Selan
·
|
|
An OCS by any other name?
I wasn't originally in love with the name Open Color Space, but I have to admit it's grown on me. What are other people's feeling on "OCS"? Previously, David (Gordon) has suggested that the use of "Op
I wasn't originally in love with the name Open Color Space, but I have to admit it's grown on me. What are other people's feeling on "OCS"? Previously, David (Gordon) has suggested that the use of "Op
|
By
Jeremy Selan
·
|
|
[ocs-dev] An OCS by any other name?
How about "Open Colour Management"? Seeing as it is more about coordinating the whole mess of colour spaces and displays and so on, rather than being a colour space per se. b -- Bruno Nicoletti
How about "Open Colour Management"? Seeing as it is more about coordinating the whole mess of colour spaces and displays and so on, rather than being a colour space per se. b -- Bruno Nicoletti
|
By
Bruno Nicoletti
·
|
|
[ocs-dev] An OCS by any other name?
I agree that the system is more about conversion between spaces. OCC? RGB PS - nice try sneaking the "u" into color, Bruno...
I agree that the system is more about conversion between spaces. OCC? RGB PS - nice try sneaking the "u" into color, Bruno...
|
By
Rod Bogart
·
|
|
An OCS by any other name?
I'm with the other's that this effort isn't really about defining color spaces or color encodings but rather offering an open set of libraries to manage color transformations. I believe the name shoul
I'm with the other's that this effort isn't really about defining color spaces or color encodings but rather offering an open set of libraries to manage color transformations. I believe the name shoul
|
By
Alex
·
|
|
[ocs-dev] Re: An OCS by any other name?
I vote for "Open Color Management." But I'd use it no matter what name you choose. -- Larry Gritz l...@...
I vote for "Open Color Management." But I'd use it no matter what name you choose. -- Larry Gritz l...@...
|
By
Larry Gritz
·
|
|
An OCS by any other name?
Ope, Turns out I may have opened a can of worms on our end. I didnt realize this yesterday, but we'd already gotten legal signoff on the "OCS" name, and changing it now is not gonna be simple. So keep
Ope, Turns out I may have opened a can of worms on our end. I didnt realize this yesterday, but we'd already gotten legal signoff on the "OCS" name, and changing it now is not gonna be simple. So keep
|
By
Jeremy Selan
·
|
|
[ocs-dev] Re: An OCS by any other name?
4 messages
If it's the OCS part that matters: Open Color System? -stevel
If it's the OCS part that matters: Open Color System? -stevel
|
By
Steve LaVietes
·
|