The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
stb_image_write.h File Reference
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
Include dependency graph for stb_image_write.h:
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

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

Referenced by GPU_SaveSurface(), and SaveImage().

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

Referenced by GPU_SaveSurface(), and SaveImage().

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

Referenced by GPU_SaveSurface(), and SaveImage().