p2jpg.h
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:0k
源码类别:

打印编程

开发平台:

Visual C++

  1. #ifndef P2JPG_H
  2. #define P2JPG_H
  3. #include <windows.h>           
  4. #include <stdio.h>           
  5. #include <string>           
  6. #include "jpgjpeglib.h"   
  7. #include "jpgjerror.h"    
  8. int start_toJPG(char *NameBmp, char *NameJpg);
  9. BOOL Bitmap2JPG(HBITMAP hBitmap, LPCTSTR pszFileJPG, int nQualite);
  10. #endif /* P2JPG_H */