On 7/13/07, Bradford, Chase <[EMAIL PROTECTED]> wrote:
ImageStreams aren't currently supported by the ive reader/writer.  They
safely cast to Image, so the plugin treats them according to the
osg::Image interface.

Ahh forgot about the storing of images inline to a .ive file, yes this
will cause then to be treated as a normal osg::Image and saved that
way.

If you set the ReaderWriter::Option to not inline image files then
just the filename will be written, and on reading back in again the
file will be loaded by the quicktime/xine-lib plugin as an
ImageStream, but you'll still need to call play...

Robert.
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to