Castor3D 0.16.0
Multiplatform 3D engine
Macros | Typedefs | Functions | Variables
stb_image_write.h File Reference

Macros

#define STBIWDEF   extern
 

Typedefs

typedef void stbi_write_func(void *context, void *data, int size)
 

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)
 
int stbi_write_hdr (char const *filename, int w, int h, int comp, const float *data)
 
int stbi_write_jpg (char const *filename, int x, int y, int comp, const void *data, int quality)
 
int stbi_write_png_to_func (stbi_write_func *func, void *context, int w, int h, int comp, const void *data, int stride_in_bytes)
 
int stbi_write_bmp_to_func (stbi_write_func *func, void *context, int w, int h, int comp, const void *data)
 
int stbi_write_tga_to_func (stbi_write_func *func, void *context, int w, int h, int comp, const void *data)
 
int stbi_write_hdr_to_func (stbi_write_func *func, void *context, int w, int h, int comp, const float *data)
 
int stbi_write_jpg_to_func (stbi_write_func *func, void *context, int x, int y, int comp, const void *data, int quality)
 
void stbi_flip_vertically_on_write (int flip_boolean)
 

Variables

int stbi_write_tga_with_rle
 
int stbi_write_png_compression_level
 
int stbi_write_force_png_filter
 

Macro Definition Documentation

◆ STBIWDEF

#define STBIWDEF   extern

Typedef Documentation

◆ stbi_write_func

typedef void stbi_write_func(void *context, void *data, int size)

Function Documentation

◆ stbi_flip_vertically_on_write()

void stbi_flip_vertically_on_write ( int flip_boolean)
extern

◆ stbi_write_bmp()

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

◆ stbi_write_bmp_to_func()

int stbi_write_bmp_to_func ( stbi_write_func * func,
void * context,
int w,
int h,
int comp,
const void * data )
extern

◆ stbi_write_hdr()

int stbi_write_hdr ( char const * filename,
int w,
int h,
int comp,
const float * data )
extern

◆ stbi_write_hdr_to_func()

int stbi_write_hdr_to_func ( stbi_write_func * func,
void * context,
int w,
int h,
int comp,
const float * data )
extern

◆ stbi_write_jpg()

int stbi_write_jpg ( char const * filename,
int x,
int y,
int comp,
const void * data,
int quality )
extern

◆ stbi_write_jpg_to_func()

int stbi_write_jpg_to_func ( stbi_write_func * func,
void * context,
int x,
int y,
int comp,
const void * data,
int quality )
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

◆ stbi_write_png_to_func()

int stbi_write_png_to_func ( stbi_write_func * func,
void * context,
int w,
int h,
int comp,
const void * data,
int stride_in_bytes )
extern

◆ stbi_write_tga()

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

◆ stbi_write_tga_to_func()

int stbi_write_tga_to_func ( stbi_write_func * func,
void * context,
int w,
int h,
int comp,
const void * data )
extern

Variable Documentation

◆ stbi_write_force_png_filter

int stbi_write_force_png_filter
extern

◆ stbi_write_png_compression_level

int stbi_write_png_compression_level
extern

◆ stbi_write_tga_with_rle

int stbi_write_tga_with_rle
extern