Skylark wrote: > > But I would have thought that an output plugin would just take the raw data > from osg::Image::data() and output that however it needs to (converting > between pixel formats as needed). It was probably just that assumption > that was wrong.
I am not aware of a plugin that does decompression of DXT compressed image data just to be able to save it. That would be the most flexible solution, but returning a failure because of an unsupported pixel format would be a first step. Just documenting this for future improvements to be added to image writers... -- Roland ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=7260#7260 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
