Re: [Oiio-dev] Error: jpeg does not support 6-channel images

2015-02-10 Thread Larry Gritz
No rush, I just wanted to take care of it while it was still fresh in my mind, and yesterday was a work holiday in BC. On Feb 10, 2015, at 2:02 PM, Justin Israel wrote: > Wow you did the whole she-banga-bang already! Awesome! > > I would love to give it a test, but won't be able to until prob

Re: [Oiio-dev] Error: jpeg does not support 6-channel images

2015-02-10 Thread Justin Israel
Wow you did the whole she-banga-bang already! Awesome! I would love to give it a test, but won't be able to until probably tomorrow. But if it handles 5-channel case => jpeg, as well as the alpha-only single-channel case => jpeg, as advertised...I would say it looks great to me! On Wed Feb 11 2

Re: [Oiio-dev] Google Summer of Code 2015

2015-02-10 Thread Larry Gritz
To be honest, I was going to sit out of GSoC this year. GSoC has been invaluable to OIIO over the years (I think we participated 4 times). The students made many important contributions that continue to be used in production every day, and the GSoC process was fantastic for OIIO's visibility as

Re: [Oiio-dev] Google Summer of Code 2015

2015-02-10 Thread Larry Gritz
There is currently only read support for the various movie formats, no write support at all. And the read support is only for treating them as simply a multi-image file, one subimage for each frame, but no understanding of audio or any other details of their true movie nature. Though that's stil

Re: [Oiio-dev] Google Summer of Code 2015

2015-02-10 Thread Chad Dombrova
Yeah, that socket plugin never actually worked. I updated it in my fork a few years ago but it got snagged on a few low level changes that needed to be made, which I ultimately did not have time to complete. here is the pull request:  https://github.com/OpenImageIO/oiio/pull/402 — Sent from Ma

Re: [Oiio-dev] Error: jpeg does not support 6-channel images

2015-02-10 Thread Larry Gritz
Justin, how about this: https://github.com/OpenImageIO/oiio/pull/1058 On Feb 8, 2015, at 12:00 PM, Justin Israel wrote: > > > On Sun Feb 08 2015 at 19:05:49 Larry Gritz wrote: > On Feb 7, 2015, at 6:21 PM, Justin Israel wrote: > >> Personally I would be happy with selecting the first 3 or

Re: [Oiio-dev] Google Summer of Code 2015

2015-02-10 Thread Stephen Parker
I seem to remember some strangeness with the socket plugin. Is anyone using that? Wasn't that written by a GSoC student?___ Oiio-dev mailing list Oiio-dev@lists.openimageio.org http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Re: [Oiio-dev] Google Summer of Code 2015

2015-02-10 Thread Chad Dombrova
Anything to do with reading and writing .mov.  Larry mentioned that this feature was still pretty basic and write support should be avoided in production.  — Sent from Mailbox On Tue, Feb 10, 2015 at 7:54 AM, Mariusz Szczepańczyk wrote: > Hi, > Google have just opened the application period

Re: [Oiio-dev] Error: jpeg does not support 6-channel images

2015-02-10 Thread Larry Gritz
Based on the time stamp of this email, I must assume that Jono was typing this while wearing a tuxedo. Posting to oiio-dev is a classy affair! https://www.youtube.com/watch?v=d-lh2NLFx3c On Feb 7, 2015, at 5:10 PM, Jono Gibbs wrote: > If the input file format had 3 obvious r g b channels and

[Oiio-dev] Google Summer of Code 2015

2015-02-10 Thread Mariusz Szczepańczyk
Hi, Google have just opened the application period for organizations. Is OIIO going to participate this year? I have an almost complete GIF output plugin since a couple of months ago but can't find the time to get to it. It still have bugs, needs some test cases, profiling and polishing and it co