, including all inherited members.
ApplyTile(const Image &tile) | CxUtils::Image | |
BMP enum value | CxUtils::Image | |
Compress(unsigned char **buffer, unsigned int *len, unsigned int *clen, const Format format, void *args=NULL) const | CxUtils::Image | |
Compress(unsigned char *image, unsigned int width, unsigned int height, unsigned char channels, unsigned char **buffer, unsigned int *len, unsigned int *clen, const Format format, void *args=NULL) | CxUtils::Image | [static] |
Create(const unsigned short width, const unsigned short height, const unsigned char channels, const unsigned char *rawImage=NULL, const bool verticalFlip=false) | CxUtils::Image | |
Create(const unsigned short width, const unsigned short height, const unsigned char channels, const unsigned char *rawImage, const double scale, const bool verticalFlip=false) | CxUtils::Image | |
Create(const unsigned short width, const unsigned short height, const unsigned char channels, const unsigned char *rawImage, const unsigned short maxWidth, const unsigned short maxHeight, const bool verticalFlip) | CxUtils::Image | |
Decompress(const unsigned char *compressed, const unsigned int len, const Format format) | CxUtils::Image | |
Destroy() | CxUtils::Image | |
FlipChannels() | CxUtils::Image | [inline] |
FlipColorChannels(unsigned char *colorImage, unsigned int width, unsigned int height) | CxUtils::Image | [inline, static] |
Format enum name | CxUtils::Image | |
GetFormat(const std::string &file) | CxUtils::Image | [static] |
GIF enum value | CxUtils::Image | |
H263 enum value | CxUtils::Image | |
H264 enum value | CxUtils::Image | |
Image() | CxUtils::Image | |
Image(const Image &img) | CxUtils::Image | |
Invalid enum value | CxUtils::Image | |
JPEG enum value | CxUtils::Image | |
Load(const std::string &file) | CxUtils::Image | |
mChannels | CxUtils::Image | |
mDataSize | CxUtils::Image | |
mHeight | CxUtils::Image | |
MJPEG enum value | CxUtils::Image | |
MPEG2 enum value | CxUtils::Image | |
MPEG4 enum value | CxUtils::Image | |
mpImage | CxUtils::Image | |
mWidth | CxUtils::Image | |
NTSC enum value | CxUtils::Image | |
operator=(const Image &img) | CxUtils::Image | |
PAL enum value | CxUtils::Image | |
PGM enum value | CxUtils::Image | |
PNG enum value | CxUtils::Image | |
PNM enum value | CxUtils::Image | |
PPM enum value | CxUtils::Image | |
RAW enum value | CxUtils::Image | |
Save(const std::string &file) const | CxUtils::Image | |
SaveCompressedImage(const std::string &name, const unsigned char *data, const unsigned int size, const Format format) | CxUtils::Image | [static] |
TIFF enum value | CxUtils::Image | |
Unused enum value | CxUtils::Image | |
~Image() | CxUtils::Image | |