Write raw yuv image files. More...
#include <Raster/YuvWriter.H>
Public Member Functions | |
virtual std::string | writeFrame (const GenericFrame &image, const std::string &fname) |
Write the frame to disk. |
Write raw yuv image files.
Definition at line 44 of file YuvWriter.H.
std::string YuvWriter::writeFrame | ( | const GenericFrame & | image, | |
const std::string & | fname | |||
) | [virtual] |
Write the frame to disk.
Implements RasterWriter.
Definition at line 52 of file YuvWriter.C.
References GenericFrame::asVideo(), and VideoFrame::diskDumpMmap().