Write pfz image files. More...
#include <Raster/PfzWriter.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, const bool useTag=false) |
Static Public Attributes | |
static std::deque< std::string > | itsTagName |
static std::deque< std::string > | itsTagValue |
static z_stream | zstrm |
static unsigned char | buff_uin [PFZ_CHUNK] |
static unsigned char | buff_uout [PFZ_CHUNK] |
static int | itsCompressionLevel |
Write pfz image files.
Compressed portable float image writer T. Nathan Mundhenk mundhenk@usc.edu
Definition at line 60 of file PfzWriter.H.
std::string PfzWriter::writeFrame | ( | const GenericFrame & | image, | |
const std::string & | fname | |||
) | [virtual] |
Write the frame to disk.
Implements RasterWriter.
Definition at line 62 of file PfzWriter.C.
References GenericFrame::GRAY_F32, GenericFrame::GRAY_U16, GenericFrame::GRAY_U8, GenericFrame::nativeType(), GenericFrame::NONE, GenericFrame::RGB_F32, GenericFrame::RGB_U16, GenericFrame::RGB_U8, and GenericFrame::RGBD.