TeLibJpegWrapper.h File Reference

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)


Detailed Description

This file is a wrapper around libjpeg provinding higher level C++ calls to some functionalities.

Definition in file TeLibJpegWrapper.h.


Generated on Thu May 4 15:08:08 2006 for TerraLib by  doxygen 1.4.6-NO