rpcl.h
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:1k
- #ifndef RPCL_H
- #define RPCL_H
- #include <windows.h>
- #include <ctype.h>
- #include <fstream.h>
- #include <iostream.h>
- #include <math.h>
- #include <string>
- #include <memory.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include "bmpf.h"
- #include "../p2png.h"
- #include "../p2jpg.h"
- #include "../log_file.h"
- int start_convert(char *NamePcl, char *NameBmp,int img_format,int img_format_ext = 0, BOOL dither = FALSE, char* extApp = NULL);
- int pcl2bmp( char *NamePcl, char *NameBmp,int img_format,int img_format_ext = 0, BOOL dither = FALSE, char* extApp = NULL);
- extern BOOL save_bitmap( const char* name, HBITMAP bitmap);
- extern BOOL convert_bitmap_to_monochrome( const char* inBmp, const char* outBmp, BOOL invert = FALSE );
- #endif /* RPCL_H */