ImageProcess.h
Upload User: ammar_low
Upload Date: 2021-11-27
Package Size: 44k
Code Size: 0k
Category:

2D Graphic

Development Platform:

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.