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

传真(Fax)编程

开发平台:

Visual C++

  1. // dibijg.h
  2. //
  3. #ifndef IJG_JPEG_NCLUDE_H_
  4. #define IJG_JPEG_NCLUDE_H_
  5. #include <dibsect.h>
  6. int SaveDIB2IJG(const char * filename, DIBSection& dib, INT32 quality=75);
  7. int OpenIJG2DIB(const char * filename, DIBSection& dib);
  8. #endif