Re: Write multi-part file
Christopher Kappe <[email protected]>
| Newsgroups | gmane.comp.video.openexr.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Piotr, Thanks for the advice. This helped. I figured it out now. I see it works in fact quite like I have imagined it. Chris Am 11.05.2014 19:34, schrieb Piotr Stanczyk: > Hi Christopher, > > I'll make sure we expand the documentation to cover multipart files, > however, for the time being I'd like to point you to the unit tests that > are part of the distribution. > There you will find example of writing and reading multipart files that > should serve your needs. > > Hope that helps > > Piotr > > > > On 11 May 2014 09:05, Christopher Kappe <[email protected] > <mailto:[email protected]>> wrote: > > Hello, > > I have read all the documentation that comes with OpenEXR and > searched the internet for hours but I just can't figure out > > how to write multi-part exr files. > > It is stated that this and deep images are new to v2 of the standard > but the documentation only covers those deep images. > So could someone please, please, please give me a hint on how to > generate such files? > Best would be a compilable cpp file as one can find for the other > "exr use cases". > I imagine is has just another loop around the > for( x=0...) > for( y=0...) > > like > for( part=0...) > addNewPart() > ... > > Hoping for some help, > Chris > > _________________________________________________ > Openexr-devel mailing list > [email protected] <mailto:[email protected]> > https://lists.nongnu.org/__mailman/listinfo/openexr-devel > <https://lists.nongnu.org/mailman/listinfo/openexr-devel> > >