stb.image

Undocumented in source.

Members

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(const(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(const(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(void* 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_is_16_bit
int stbi_is_16_bit(const(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_16_bit_from_callbacks
int stbi_is_16_bit_from_callbacks(const(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_16_bit_from_file
int stbi_is_16_bit_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_16_bit_from_memory
int stbi_is_16_bit_from_memory(void* 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_is_hdr
int stbi_is_hdr(const(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(const(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(void* 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
ubyte* stbi_load(const(char)* filename, int* x, int* y, int* channels_in_file, int desired_channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_load_16
ushort* stbi_load_16(const(char)* filename, int* x, int* y, int* channels_in_file, int desired_channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_load_16_from_callbacks
ushort* stbi_load_16_from_callbacks(const(stbi_io_callbacks)* clbk, void* user, int* x, int* y, int* channels_in_file, int desired_channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_load_16_from_memory
ushort* stbi_load_16_from_memory(void* buffer, int len, int* x, int* y, int* channels_in_file, int desired_channels)
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
ubyte* stbi_load_from_callbacks(const(stbi_io_callbacks)* clbk, void* user, int* x, int* y, int* channels_in_file, int desired_channels)
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
ubyte* stbi_load_from_file(FILE* f, int* x, int* y, int* channels_in_file, int desired_channels)
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_16
ushort* stbi_load_from_file_16(FILE* f, int* x, int* y, int* channels_in_file, int desired_channels)
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
ubyte* stbi_load_from_memory(void* buffer, int len, int* x, int* y, int* channels_in_file, int desired_channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_load_gif_from_memory
ubyte* stbi_load_gif_from_memory(void* buffer, int len, int** delays, int* x, int* y, int* z, 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(const(char)* filename, int* x, int* y, int* channels_in_file, int desired_channels)
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(const(stbi_io_callbacks)* clbk, void* user, int* x, int* y, int* channels_in_file, int desired_channels)
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* channels_in_file, int desired_channels)
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(void* buffer, int len, int* x, int* y, int* channels_in_file, int desired_channels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stbi_set_flip_vertically_on_load
void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip)
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, const(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(const(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(const(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_malloc_guesssize_headerflag
char* stbi_zlib_decode_malloc_guesssize_headerflag(const(char)* buffer, int len, int initial_size, int* outlen, int parse_header)
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, const(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(const(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.

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