We are trying to write a osg::Image
to a file using
osgDB::writeImageFile
but unfortunately we get an error:
Could not find plugin to write to file
We are using the osg binaries from http://www.alphapixel.com/osg/downloads/free-openscenegraph-binary-downloads under a Ubuntu 11.04 64bit. Our application is built as a 32bit application.
Do you know a way how to fix these plugin issues?