ImageProcess.h
上传用户:ammar_low
上传日期:2021-11-27
资源大小:44k
文件大小:0k
源码类别:

2D图形编程

开发平台:

Visual Basic

  1. #ifndef __imageprocess_h
  2. #define __imageprocess_h
  3. #if defined(__cplusplus)
  4. extern "C"
  5. {
  6. #endif
  7. __declspec( dllexport ) bool ConvertColor_Inverse(unsigned char *pbInput,long lInWidth,long lInHeight,unsigned char *pbOutput);
  8. #if defined(__cplusplus)
  9. }
  10. #endif
  11. #endif // __testll
  12.