dibbmp.h
上传用户:lbr_007
上传日期:2019-05-31
资源大小:282k
文件大小:0k
源码类别:

传真(Fax)编程

开发平台:

Visual C++

  1. // dibbmp.h
  2. //
  3. #ifndef DIB_BMP_NCLUDE_H__
  4. #define DIB_BMP_NCLUDE_H__
  5. #include <dibsect.h>
  6. #include <compblock.h>
  7. int OpenBMP2DIB(const char * filename, DIBSection& dib);
  8. int SaveDIB2BMP(const char * filename, DIBSection& dib);
  9. int ReadDIBFile(UINT32 dataSize, unsigned char * dataBits, DIBSection& dib);
  10. #endif