Go to the source code of this file.
Namespaces | |
| namespace | Jpeg |
Functions | |
| bool | Jpeg::ReadFileParams (const std::string &fileName, int &width, int &height, int &nChannels) |
| bool | Jpeg::DecompressFile (const std::string &fileName, unsigned char *dstBuffer, int &width, int &height, int &nChannels) |
| bool | Jpeg::CompressToFile (unsigned char *buffer, int width, int height, int bpp, const std::string &fileName, int quality=75) |
| bool | Jpeg::DecompressBuffer (unsigned char *srcBuffer, int size, unsigned char *dstBuffer, int &width, int &height, int &bpp) |
| bool | Jpeg::CompressToBuffer (unsigned char *srcBuffer, int width, int height, int bpp, unsigned char *dstBuffer, int &len, int quality=75) |
Definition in file TeLibJpegWrapper.h.
1.4.6-NO