Re: [Oiio-dev] oiio or ocio

2011-08-01 Thread Larry Gritz
Definitely interested in bug fixes, thanks! As far as I'm concerned, oiiotool already does nearly everything that iprocess did, with almost the only exception being color conversion. Question for the spectators: should we bother porting the old color conversion code to oiiotool and get rid of

Re: [Oiio-dev] oiio or ocio

2011-08-01 Thread Ben De Luca
Hi Jeremy, I found some bugs whilst trying to convert log dpx to lin exr. https://github.com/OpenImageIO/oiio/pull/132 Though I understand its probably going to go away. Are people interested in bug fixes on that code? -bd On 1 August 2011 16:26, Jeremy Selan wrote: > Ben, > > Hello!

Re: [Oiio-dev] oiio or ocio

2011-08-01 Thread Jeremy Selan
Ben, Hello! We haven't yet done the integration of OpenImageIO and OpenColorIO, so let me describe what's available now: - In OIIO, you can use the ColorTransfer mechanism, and the transform named 'KodakLog_to_linear', to do this conversion. On the plus side, this code already works. On the dow

Re: [Oiio-dev] tinyformat.h: type safe printf()

2011-08-01 Thread Chris Foster
Hi guys, A final note about this - after a few extra days of tweaks, I think tinyformat has now reached version 1.0 status so I've tagged it as such. Given the goal of minimalism I think the project has reached the unusual status of being basically finished... a strange feeling. ~Chris _

[Oiio-dev] oiio or ocio

2011-08-01 Thread Ben De Luca
Hi All, I was looking for a way to convert from KodakLog dpx files to Linear Exr as part of our pipeline, I was unsure if using the OIIO iconvert tool (and OIIO in general) should work as there is a color space transform. Should I be using tools from OCIO now? -Ben de Luca __