Google

extern OSGDB_EXPORT bool osgDB::writeImageFile

(const osg::Image& image,
  const std::string& filename)

Write an osg::Image to file.

Documentation

Write an osg::Image to file. Return true on success, return false on failure. The osgDB::Registry is used to load the appropriate ReaderWriter plugin for the filename extension, and this plugin then handles the request to write the specified file.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.