Write pfm image files. More...
#include <Raster/PfmWriter.H>
Public Member Functions | |
virtual std::string | writeFrame (const GenericFrame &image, const std::string &fname) |
Write the frame to disk. | |
Static Public Member Functions | |
static void | writeFloat (const Image< float > &image, const std::string &fname, const std::deque< std::string > &tagName, const std::deque< std::string > &tagValue) |
static void | writeFloat (const Image< float > &image, const std::string &fname) |
Write pfm image files.
Definition at line 50 of file PfmWriter.H.
string PfmWriter::writeFrame | ( | const GenericFrame & | image, | |
const std::string & | fname | |||
) | [virtual] |
Write the frame to disk.
Implements RasterWriter.
Definition at line 56 of file PfmWriter.C.