IFEM
90A354
src
Utility
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
stb
Namespace for STB routines.
Definition:
StbImage.h:18
stb::loadImage
unsigned char * loadImage(const char *file, int &width, int &height, int &nrChannels)
Load an image from file.
Definition:
StbImage.C:19
Generated by
1.9.1