Those functions in imageoutput.cpp are the implementations for the base class 
(ImageOutput).  Since the vast majority of image file formats do not support 
deep data, these default base class implementations do not support deep data.

Individual ImageOutput subclasses that implement specific file formats may, if 
that format supports deep data, override these methods with implementations 
that make use of the deep data.  (As is the case with OpenEXR, which you can 
find in src/openexr.imageio/exroutput.cpp.)



On Jun 11, 2013, at 5:52 AM, Ostap Pochtarenko wrote:

> Hi everyone.
> 
> It is hard to understand about that Oiio supports a record Deepimahe or not?
> 
> In the release says - "Support for reading and writing" deep "images 
> (including OpenEXR 2.0)."
> But in imageoutput.cpp "is written -" / / default: doesn't support deep 
> images "
> 
> Where is true?
> 
> Thanks.
> 


--
Larry Gritz
[email protected]


_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to