stb.imagewrite

Undocumented in source.

Members

Aliases

stbi_write_func
alias stbi_write_func = void function(void* context, void* data, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

stbi_flip_vertically_on_write
void stbi_flip_vertically_on_write(int flip_boolean)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_bmp
int stbi_write_bmp(char* filename, int w, int h, int comp, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_bmp_to_func
int stbi_write_bmp_to_func(stbi_write_func func, void* context, int w, int h, int comp, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_hdr
int stbi_write_hdr(char* filename, int w, int h, int comp, float* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_hdr_to_func
int stbi_write_hdr_to_func(stbi_write_func func, void* context, int w, int h, int comp, float* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_jpg
int stbi_write_jpg(char* filename, int x, int y, int comp, void* data, int quality)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_jpg_to_func
int stbi_write_jpg_to_func(stbi_write_func func, void* context, int x, int y, int comp, void* data, int quality)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_png
int stbi_write_png(char* filename, int w, int h, int comp, void* data, int stride_in_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_png_to_func
int stbi_write_png_to_func(stbi_write_func func, void* context, int w, int h, int comp, void* data, int stride_in_bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_tga
int stbi_write_tga(char* filename, int w, int h, int comp, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_tga_to_func
int stbi_write_tga_to_func(stbi_write_func func, void* context, int w, int h, int comp, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

stbi_write_force_png_filter
int stbi_write_force_png_filter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_png_compression_level
int stbi_write_png_compression_level;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_write_tga_with_rle
int stbi_write_tga_with_rle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta