The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
stbi__context
gamut
codecs
stbdec
////////////////////////////////////////////
nothrow @
nogc
struct
stbi__context {
stbi__uint32
img_x
;
stbi__uint32
img_y
;
int
img_n
;
int
img_out_n
;
stbi_io_callbacks
io
;
void
*
io_user_data
;
int
read_from_callbacks
;
int
buflen
;
stbi_uc
[
128
]
buffer_start
;
int
callback_already_read
;
stbi_uc
*
img_buffer
;
stbi_uc
*
img_buffer_end
;
stbi_uc
*
img_buffer_original
;
stbi_uc
*
img_buffer_original_end
;
float
ppmX
;
float
ppmY
;
float
pixelAspectRatio
;
}
Meta
Source
See Implementation
gamut
codecs
stbdec
enums
STBI__SCAN_load
functions
stbi__compute_y
stbi_zlib_decode_malloc_guesssize_headerflag
structs
stbi__context
stbi_io_callbacks
////////////////////////////////////////////