- #ifndef __imageprocess_h
- #define __imageprocess_h
- #if defined(__cplusplus)
- extern "C"
- {
- #endif
- __declspec( dllexport ) bool ConvertColor_Inverse(unsigned char *pbInput,long lInWidth,long lInHeight,unsigned char *pbOutput);
- #if defined(__cplusplus)
- }
- #endif
- #endif // __testll