jpeg_source_mgr

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

Members

Variables

bytes_in_buffer
size_t bytes_in_buffer;
Undocumented in source.
fill_input_buffer
boolean function(j_decompress_ptr cinfo) fill_input_buffer;
Undocumented in source.
init_source
void function(j_decompress_ptr cinfo) init_source;
Undocumented in source.
next_input_byte
const(JOCTET)* next_input_byte;
Undocumented in source.
resync_to_restart
boolean function(j_decompress_ptr cinfo, int desired) resync_to_restart;
Undocumented in source.
skip_input_data
void function(j_decompress_ptr cinfo, int num_bytes) skip_input_data;
Undocumented in source.
term_source
void function(j_decompress_ptr cinfo) term_source;
Undocumented in source.

Meta