stb_image

Undocumented in source.

Members

Aliases

stbi_YCbCr_to_RGB_run
alias stbi_YCbCr_to_RGB_run = void function(stbi_uc*, const stbi_uc*, const stbi_uc*, const stbi_uc*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_idct_8x8
alias stbi_idct_8x8 = void function(stbi_uc*, int, short*, ushort*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_uc
alias stbi_uc = ubyte
Undocumented in source.

Enums

STBI_default
anonymousenum STBI_default
Undocumented in source.

Functions

stbi_convert_iphone_png_to_rgb
void stbi_convert_iphone_png_to_rgb(int flag_true_if_should_convert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_failure_reason
const(char)* stbi_failure_reason()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_hdr_to_ldr_gamma
void stbi_hdr_to_ldr_gamma(float gamma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_hdr_to_ldr_scale
void stbi_hdr_to_ldr_scale(float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_image_free
void stbi_image_free(void* retval_from_stbi_load)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_info
int stbi_info(char* filename, int* x, int* y, int* comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_info_from_callbacks
int stbi_info_from_callbacks(stbi_io_callbacks* clbk, void* user, int* x, int* y, int* comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_info_from_file
int stbi_info_from_file(FILE* f, int* x, int* y, int* comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_info_from_memory
int stbi_info_from_memory(stbi_uc* buffer, int len, int* x, int* y, int* comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_install_YCbCr_to_RGB
void stbi_install_YCbCr_to_RGB(stbi_YCbCr_to_RGB_run func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_install_idct
void stbi_install_idct(stbi_idct_8x8 func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_is_hdr
int stbi_is_hdr(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_is_hdr_from_callbacks
int stbi_is_hdr_from_callbacks(stbi_io_callbacks* clbk, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_is_hdr_from_file
int stbi_is_hdr_from_file(FILE* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_is_hdr_from_memory
int stbi_is_hdr_from_memory(stbi_uc* buffer, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_ldr_to_hdr_gamma
void stbi_ldr_to_hdr_gamma(float gamma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_ldr_to_hdr_scale
void stbi_ldr_to_hdr_scale(float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_load
stbi_uc* stbi_load(char* filename, int* x, int* y, int* comp, int req_comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_load_from_callbacks
stbi_uc* stbi_load_from_callbacks(stbi_io_callbacks* clbk, void* user, int* x, int* y, int* comp, int req_comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_load_from_file
stbi_uc* stbi_load_from_file(FILE* f, int* x, int* y, int* comp, int req_comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_load_from_memory
stbi_uc* stbi_load_from_memory(stbi_uc* buffer, int len, int* x, int* y, int* comp, int req_comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_loadf
float* stbi_loadf(char* filename, int* x, int* y, int* comp, int req_comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_loadf_from_callbacks
float* stbi_loadf_from_callbacks(stbi_io_callbacks* clbk, void* user, int* x, int* y, int* comp, int req_comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_loadf_from_file
float* stbi_loadf_from_file(FILE* f, int* x, int* y, int* comp, int req_comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_loadf_from_memory
float* stbi_loadf_from_memory(stbi_uc* buffer, int len, int* x, int* y, int* comp, int req_comp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_set_unpremultiply_on_load
void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpremultiply)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_zlib_decode_buffer
int stbi_zlib_decode_buffer(char* obuffer, int olen, char* ibuffer, int ilen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_zlib_decode_malloc
char* stbi_zlib_decode_malloc(char* buffer, int len, int* outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_zlib_decode_malloc_guesssize
char* stbi_zlib_decode_malloc_guesssize(char* buffer, int len, int initial_size, int* outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_zlib_decode_noheader_buffer
int stbi_zlib_decode_noheader_buffer(char* obuffer, int olen, char* ibuffer, int ilen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_zlib_decode_noheader_malloc
char* stbi_zlib_decode_noheader_malloc(char* buffer, int len, int* outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

STBI_VERSION
enum STBI_VERSION;
Undocumented in source.

Structs

stbi_io_callbacks
struct stbi_io_callbacks
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta