/Users/craigcornelius/Projects/SPRING Mac Release 0.2/jpeg.h

Go to the documentation of this file.
00001 #ifndef JPEG_HEADER
00002 #define JPEG_HEADER
00003 
00004 #ifdef _WIN32
00005 #include "pic.h"
00006 #include "errors.h"
00007 #endif // XPMAC_OSX
00008 
00009 #define DEFAULT_PUT_QUEUE_SIZE 100000
00010 
00011 #ifdef _WIN32
00012 LONG ExpandJPEGTo24BitDIB(
00013   LPBYTE       pbInputBuffer,       // pointer to JPEG image
00014   DWORD        dwInputLength,       // length of JPEG image
00015   LPBYTE      *ppbOutputBuffer,     // receive pointer to DIB
00016   DWORD       *pdwOutputLength);
00017 
00018 
00019 
00020 LONG CompressToJPEG(
00021   LPBYTE       pbInputBuffer,       // pointer to DIB image
00022   DWORD        dwInputLength,       // length of DIB image
00023   LPBYTE*      ppbOutputBuffer,     // receive pointer to JPEG
00024   DWORD*       pdwOutputLength,     // receive length of JPEG
00025   int code = 0
00026   ) ;  
00027 
00028 #endif // XPMAC_OSX
00029 
00030 #endif

Generated on Thu Aug 30 11:03:14 2007 for SPRING Mac by  doxygen 1.5.3