- #ifndef P2JPG_H
- #define P2JPG_H
- #include <windows.h>
- #include <stdio.h>
- #include <string>
- #include "jpgjpeglib.h"
- #include "jpgjerror.h"
- int start_toJPG(char *NameBmp, char *NameJpg);
- BOOL Bitmap2JPG(HBITMAP hBitmap, LPCTSTR pszFileJPG, int nQualite);
- #endif /* P2JPG_H */