Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
stb_image_write.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int stbi_write_png (char const *filename, int w, int h, int comp, const void *data, int stride_in_bytes)
int stbi_write_bmp (char const *filename, int w, int h, int comp, const void *data)
int stbi_write_tga (char const *filename, int w, int h, int comp, const void *data)

Function Documentation

◆ stbi_write_bmp()

int stbi_write_bmp ( char const * filename,
int w,
int h,
int comp,
const void * data )
extern

◆ stbi_write_png()

int stbi_write_png ( char const * filename,
int w,
int h,
int comp,
const void * data,
int stride_in_bytes )
extern
Here is the caller graph for this function:

◆ stbi_write_tga()

int stbi_write_tga ( char const * filename,
int w,
int h,
int comp,
const void * data )
extern