SCV  4.2.1
Simple Components for Visual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ImgLoader.h
Go to the documentation of this file.
1 #ifndef __SCV_IMG_LOADER_H__
2 #define __SCV_IMG_LOADER_H__
3 
4 #ifndef DOXYGEN_SKIP_THIS
5 #include "Singleton.h"
6 #endif // DOXYGEN_SKIP_THIS
7 
8 namespace scv {
9 
16 unsigned char* loadImageToArray(const std::string &fileName, /* out */ int* witdh, /* out */ int* height);
17 
21 void freeImageData(unsigned char* data);
22 
23 } // namespace scv
24 
25 #endif // __SCV_IMG_LOADER_H__