54GLS_EXPORT bool DecompressJPEG(
int width,
int height,
unsigned char* uncompressed,
unsigned char* compressed,
unsigned int comprLen );
63GLS_EXPORT void CompressJPEG(
int width,
int height,
int quality,
unsigned char* uncompressed,
unsigned char* compressed,
unsigned long& outputLength );
A file for all GL Studio files to include.
#define GLS_EXPORT
Macro denoting which functions should be visible from the runtime library.
Definition: gls_include.h:52
Force inclusion of the DirectShow library.
Definition: bmpimage.h:47
void CompressJPEG(int width, int height, int quality, unsigned char *uncompressed, unsigned char *compressed, unsigned long &outputLength)
bool DecompressJPEG(int width, int height, unsigned char *uncompressed, unsigned char *compressed, unsigned int comprLen)