Ogre::TexturePtr tex = Ogre::TextureManager::getSingleton( ).getByName( "YaHeiTexture" ); Ogre::Image image; tex->convertToImage( image ); image.save( "tex.png" );