ERC CISST - cisst software
svlImageIO Class Reference
Collaboration diagram for svlImageIO:
[legend]List of all members.
Detailed Description
Definition at line 76 of file svlImageIO.h.
Static Public Member Functions
-
static int GetExtension (const std::string &filename, std::string &extension)
-
static svlImageCodecBase * GetCodec (const std::string &filename)
-
static void ReleaseCodec (svlImageCodecBase *codec)
-
static int ReadDimensions (const std::string &filename, unsigned int &width, unsigned int &height)
-
static int ReadDimensions (const std::string &codec, std::istream &stream, unsigned int &width, unsigned int &height)
-
static int ReadDimensions (const std::string &codec, const unsigned char *buffer, const size_t buffersize, unsigned int &width, unsigned int &height)
-
static int Read (svlSampleImage &image, const unsigned int videoch, const std::string &filename, bool noresize=false)
-
static int Read (svlSampleImage &image, const unsigned int videoch, const std::string &codec, std::istream &stream, bool noresize=false)
-
static int Read (svlSampleImage &image, const unsigned int videoch, const std::string &codec, const unsigned char *buffer, const size_t buffersize, bool noresize=false)
-
static int Write (const svlSampleImage &image, const unsigned int videoch, const std::string &filename, const int compression=-1)
-
static int Write (const svlSampleImage &image, const unsigned int videoch, const std::string &codec, std::ostream &stream, const int compression=-1)
-
static int Write (const svlSampleImage &image, const unsigned int videoch, const std::string &codec, unsigned char *buffer, size_t &buffersize, const int compression=-1)
Friends
-
void svlInitializeImageCodecs ()
The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu