47 GLS_EXPORT 
bool DecompressJPEG( 
int width, 
int height, 
unsigned char* uncompressed, 
unsigned char* compressed, 
unsigned int comprLen );
 
   48 GLS_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. 
Definition: bmpimage.h:46