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

打印编程

开发平台:

Visual C++

  1. #ifndef RPCL_H
  2. #define RPCL_H
  3. #include <windows.h>
  4. #include <ctype.h>
  5. #include <fstream.h>
  6. #include <iostream.h>
  7. #include <math.h>
  8. #include <string>
  9. #include <memory.h>
  10. #include <stdio.h>
  11. #include <stdlib.h>
  12. #include "bmpf.h"
  13. #include "../p2png.h"
  14. #include "../p2jpg.h"
  15. #include "../log_file.h"
  16. int start_convert(char *NamePcl, char *NameBmp,int img_format,int img_format_ext = 0, BOOL dither = FALSE, char* extApp = NULL);
  17. int pcl2bmp( char *NamePcl, char *NameBmp,int img_format,int img_format_ext = 0, BOOL dither = FALSE, char* extApp = NULL);
  18. extern BOOL save_bitmap( const char* name, HBITMAP bitmap);
  19. extern BOOL convert_bitmap_to_monochrome( const char* inBmp, const char* outBmp, BOOL invert = FALSE );
  20. #endif /* RPCL_H */