Writes images as C-language arrays. More...
#include <Raster/CcodeWriter.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 | writeCcodeRgbU8 (const Image< PixRGB< byte > > &img, const std::string &fname) |
static void | writeCcodeRgbF32 (const Image< PixRGB< float > > &img, const std::string &fname) |
static void | writeCcodeGrayU8 (const Image< byte > &img, const std::string &fname) |
static void | writeCcodeGrayF32 (const Image< float > &img, const std::string &fname) |
Writes images as C-language arrays.
The code in the resulting files can by copy/pasted back into source code
Definition at line 50 of file CcodeWriter.H.
std::string CcodeWriter::writeFrame | ( | const GenericFrame & | image, | |
const std::string & | fname | |||
) | [virtual] |
Write the frame to disk.
Implements RasterWriter.
Definition at line 142 of file CcodeWriter.C.
References GenericFrame::asGrayF32(), GenericFrame::asGrayU8(), GenericFrame::asRgbF32(), GenericFrame::asRgbU8(), GenericFrame::GRAY_F32, GenericFrame::GRAY_U8, GenericFrame::nativeType(), GenericFrame::NONE, GenericFrame::RGB_F32, and GenericFrame::RGB_U8.