scop
a small 3D object loader
Loading...
Searching...
No Matches
Image Class Reference

#include <Image.hpp>

Collaboration diagram for Image:

Static Public Member Functions

static std::vector< unsigned char > loadImage (const char *filename, int &width, int &height, int &channels)
 
static void freeImage (std::vector< unsigned char > &imageData)
 

Detailed Description

Definition at line 21 of file Image.hpp.

Member Function Documentation

◆ freeImage()

static void Image::freeImage ( std::vector< unsigned char > & imageData)
inlinestatic

Definition at line 74 of file Image.hpp.

Here is the caller graph for this function:

◆ loadImage()

static std::vector< unsigned char > Image::loadImage ( const char * filename,
int & width,
int & height,
int & channels )
inlinestatic

Definition at line 23 of file Image.hpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: