Hello, first at all, I wish to say thank you to all contributors.
I am working wity Python, and I am trying to append channels from severals EXRs files. At first I have tried by using ImageBuf, but I have noticed that it does not keep the data type per every channel. Here http://permalink.gmane.org/gmane.comp.lib.openimageio.devel/2881 I have read that "there is a way, if you want to, to ask ImageInput to leave all the channels in their original data formats", and looking into the doc, I have found: "When calling read_scanline, read_scanlines, read_tile, read_tiles, or read_image, pass a format of TypeDesc::UNKNOWN to indicate that you would like the raw data in native per-channel format of the file written to your data buffer." But I am wondering if there is some possibility to use this feature, and append all the channels from differents EXRs in a unique EXR file; something that I see that is pretty related to ImageBufAlgo. Hope I have explain my self clearly! Thank you in advance. _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
