turbojpeg.jpeglib

Undocumented in source.

Members

Aliases

JBLOCK
alias JBLOCK = JCOEF[DCTSIZE2]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JBLOCKARRAY
alias JBLOCKARRAY = JBLOCKROW*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JBLOCKIMAGE
alias JBLOCKIMAGE = JBLOCKARRAY*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JBLOCKROW
alias JBLOCKROW = JBLOCK*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCOEFPTR
alias JCOEFPTR = JCOEF*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JSAMPARRAY
alias JSAMPARRAY = JSAMPROW*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JSAMPIMAGE
alias JSAMPIMAGE = JSAMPARRAY*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JSAMPROW
alias JSAMPROW = JSAMPLE*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
j_common_ptr
alias j_common_ptr = jpeg_common_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
j_compress_ptr
alias j_compress_ptr = jpeg_compress_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
j_decompress_ptr
alias j_decompress_ptr = jpeg_decompress_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_marker_parser_method
alias jpeg_marker_parser_method = boolean function(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_saved_marker_ptr
alias jpeg_saved_marker_ptr = jpeg_marker_struct*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jvirt_barray_ptr
alias jvirt_barray_ptr = jvirt_barray_control*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jvirt_sarray_ptr
alias jvirt_sarray_ptr = jvirt_sarray_control*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

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

Functions

jpeg_CreateCompress
void jpeg_CreateCompress(j_compress_ptr cinfo, int ver, size_t structsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_CreateDecompress
void jpeg_CreateDecompress(j_decompress_ptr cinfo, int ver, size_t structsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_abort
void jpeg_abort(j_common_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_abort_compress
void jpeg_abort_compress(j_compress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_abort_decompress
void jpeg_abort_decompress(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_add_quant_table
void jpeg_add_quant_table(j_compress_ptr cinfo, int which_tbl, uint* basic_table, int scale_factor, boolean force_baseline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_alloc_huff_table
JHUFF_TBL* jpeg_alloc_huff_table(j_common_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_alloc_quant_table
JQUANT_TBL* jpeg_alloc_quant_table(j_common_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_calc_jpeg_dimensions
void jpeg_calc_jpeg_dimensions(j_compress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_calc_output_dimensions
void jpeg_calc_output_dimensions(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_consume_input
int jpeg_consume_input(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_copy_critical_parameters
void jpeg_copy_critical_parameters(j_decompress_ptr srcinfo, j_compress_ptr dstinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_core_output_dimensions
void jpeg_core_output_dimensions(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_create_compress
auto jpeg_create_compress(j_compress_ptr cinfo)
Undocumented in source. Be warned that the author may not have intended to support it.
jpeg_create_decompress
auto jpeg_create_decompress(j_decompress_ptr cinfo)
Undocumented in source. Be warned that the author may not have intended to support it.
jpeg_crop_scanline
void jpeg_crop_scanline(j_decompress_ptr cinfo, JDIMENSION* xoffset, JDIMENSION* width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_default_colorspace
void jpeg_default_colorspace(j_compress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_default_qtables
void jpeg_default_qtables(j_compress_ptr cinfo, boolean force_baseline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_destroy
void jpeg_destroy(j_common_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_destroy_compress
void jpeg_destroy_compress(j_compress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_destroy_decompress
void jpeg_destroy_decompress(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_finish_compress
void jpeg_finish_compress(j_compress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_finish_decompress
boolean jpeg_finish_decompress(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_finish_output
boolean jpeg_finish_output(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_has_multiple_scans
boolean jpeg_has_multiple_scans(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_input_complete
boolean jpeg_input_complete(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_mem_dest
void jpeg_mem_dest(j_compress_ptr cinfo, ubyte** outbuffer, c_ulong* outsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_mem_src
void jpeg_mem_src(j_decompress_ptr cinfo, const(ubyte)* inbuffer, c_ulong insize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_new_colormap
void jpeg_new_colormap(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_quality_scaling
int jpeg_quality_scaling(int quality)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_read_coefficients
jvirt_barray_ptr* jpeg_read_coefficients(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_read_header
int jpeg_read_header(j_decompress_ptr cinfo, boolean require_image)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_read_icc_profile
boolean jpeg_read_icc_profile(j_decompress_ptr cinfo, JOCTET** icc_data_ptr, uint* icc_data_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_read_raw_data
JDIMENSION jpeg_read_raw_data(j_decompress_ptr cinfo, JSAMPIMAGE data, JDIMENSION max_lines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_read_scanlines
JDIMENSION jpeg_read_scanlines(j_decompress_ptr cinfo, JSAMPARRAY scanlines, JDIMENSION max_lines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_resync_to_restart
boolean jpeg_resync_to_restart(j_decompress_ptr cinfo, int desired)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_save_markers
void jpeg_save_markers(j_decompress_ptr cinfo, int marker_code, uint length_limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_set_colorspace
void jpeg_set_colorspace(j_compress_ptr cinfo, J_COLOR_SPACE colorspace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_set_defaults
void jpeg_set_defaults(j_compress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_set_linear_quality
void jpeg_set_linear_quality(j_compress_ptr cinfo, int scale_factor, boolean force_baseline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_set_marker_processor
void jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_set_quality
void jpeg_set_quality(j_compress_ptr cinfo, int quality, boolean force_baseline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_simple_progression
void jpeg_simple_progression(j_compress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_skip_scanlines
JDIMENSION jpeg_skip_scanlines(j_decompress_ptr cinfo, JDIMENSION num_lines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_start_compress
void jpeg_start_compress(j_compress_ptr cinfo, boolean write_all_tables)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_start_decompress
boolean jpeg_start_decompress(j_decompress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_start_output
boolean jpeg_start_output(j_decompress_ptr cinfo, int scan_number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_std_error
jpeg_error_mgr* jpeg_std_error(jpeg_error_mgr* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_stdio_dest
void jpeg_stdio_dest(j_compress_ptr cinfo, FILE* outfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_stdio_src
void jpeg_stdio_src(j_decompress_ptr cinfo, FILE* infile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_suppress_tables
void jpeg_suppress_tables(j_compress_ptr cinfo, boolean suppress)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_write_coefficients
void jpeg_write_coefficients(j_compress_ptr cinfo, jvirt_barray_ptr* coef_arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_write_icc_profile
void jpeg_write_icc_profile(j_compress_ptr cinfo, JOCTET* icc_data_ptr, uint icc_data_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_write_m_byte
void jpeg_write_m_byte(j_compress_ptr cinfo, int val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_write_m_header
void jpeg_write_m_header(j_compress_ptr cinfo, int marker, uint datalen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_write_marker
void jpeg_write_marker(j_compress_ptr cinfo, int marker, JOCTET* dataptr, uint datalen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_write_raw_data
JDIMENSION jpeg_write_raw_data(j_compress_ptr cinfo, JSAMPIMAGE data, JDIMENSION num_lines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_write_scanlines
JDIMENSION jpeg_write_scanlines(j_compress_ptr cinfo, JSAMPARRAY scanlines, JDIMENSION num_lines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_write_tables
void jpeg_write_tables(j_compress_ptr cinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

C_MAX_BLOCKS_IN_MCU
enum C_MAX_BLOCKS_IN_MCU;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DCTSIZE
enum DCTSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DCTSIZE2
enum DCTSIZE2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
D_MAX_BLOCKS_IN_MCU
enum D_MAX_BLOCKS_IN_MCU;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_ALPHA_EXTENSIONS
enum JCS_ALPHA_EXTENSIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_CMYK
enum JCS_CMYK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXTENSIONS
enum JCS_EXTENSIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXT_ABGR
enum JCS_EXT_ABGR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXT_ARGB
enum JCS_EXT_ARGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXT_BGR
enum JCS_EXT_BGR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXT_BGRA
enum JCS_EXT_BGRA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXT_BGRX
enum JCS_EXT_BGRX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXT_RGB
enum JCS_EXT_RGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXT_RGBA
enum JCS_EXT_RGBA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXT_RGBX
enum JCS_EXT_RGBX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXT_XBGR
enum JCS_EXT_XBGR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_EXT_XRGB
enum JCS_EXT_XRGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_GRAYSCALE
enum JCS_GRAYSCALE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_RGB
enum JCS_RGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_RGB565
enum JCS_RGB565;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_UNKNOWN
enum JCS_UNKNOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_YCCK
enum JCS_YCCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JCS_YCbCr
enum JCS_YCbCr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JDCT_DEFAULT
enum JDCT_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JDCT_FASTEST
enum JDCT_FASTEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JDCT_FLOAT
enum JDCT_FLOAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JDCT_IFAST
enum JDCT_IFAST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JDCT_ISLOW
enum JDCT_ISLOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JDITHER_FS
enum JDITHER_FS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JDITHER_NONE
enum JDITHER_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JDITHER_ORDERED
enum JDITHER_ORDERED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JMSG_LENGTH_MAX
enum JMSG_LENGTH_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JMSG_STR_PARM_MAX
enum JMSG_STR_PARM_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_APP0
enum JPEG_APP0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_COM
enum JPEG_COM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_EOI
enum JPEG_EOI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_HEADER_OK
enum JPEG_HEADER_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_HEADER_TABLES_ONLY
enum JPEG_HEADER_TABLES_ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_REACHED_EOI
enum JPEG_REACHED_EOI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_REACHED_SOS
enum JPEG_REACHED_SOS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_ROW_COMPLETED
enum JPEG_ROW_COMPLETED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_RST0
enum JPEG_RST0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_SCAN_COMPLETED
enum JPEG_SCAN_COMPLETED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPEG_SUSPENDED
enum JPEG_SUSPENDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPOOL_IMAGE
enum JPOOL_IMAGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPOOL_NUMPOOLS
enum JPOOL_NUMPOOLS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JPOOL_PERMANENT
enum JPOOL_PERMANENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MAX_COMPS_IN_SCAN
enum MAX_COMPS_IN_SCAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
MAX_SAMP_FACTOR
enum MAX_SAMP_FACTOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NUM_ARITH_TBLS
enum NUM_ARITH_TBLS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NUM_HUFF_TBLS
enum NUM_HUFF_TBLS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NUM_QUANT_TBLS
enum NUM_QUANT_TBLS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

JHUFF_TBL
struct JHUFF_TBL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JQUANT_TBL
struct JQUANT_TBL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_common_struct
struct jpeg_common_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_component_info
struct jpeg_component_info
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_compress_struct
struct jpeg_compress_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_decompress_struct
struct jpeg_decompress_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_destination_mgr
struct jpeg_destination_mgr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_error_mgr
struct jpeg_error_mgr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_marker_struct
struct jpeg_marker_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_memory_mgr
struct jpeg_memory_mgr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_progress_mgr
struct jpeg_progress_mgr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_scan_info
struct jpeg_scan_info
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jpeg_source_mgr
struct 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.

Meta