IFEM  90A354
StbImage.h
Go to the documentation of this file.
1 // $Id$
2 //==============================================================================
12 //==============================================================================
13 
14 #ifndef STBIMAGE_H_
15 #define STBIMAGE_H_
16 
18 namespace stb {
24  unsigned char* loadImage(const char* file, int& width, int& height, int& nrChannels);
25 }
26 
27 #endif
Namespace for STB routines.
Definition: StbImage.h:18
unsigned char * loadImage(const char *file, int &width, int &height, int &nrChannels)
Load an image from file.
Definition: StbImage.C:19