Unit jcapistd_del
Description
This item has no description.
Overview
Functions and Procedures
procedure jpeg_start_compress(cinfo : j_compress_ptr; write_all_tables : boolean); |
function jpeg_write_scanlines(cinfo : j_compress_ptr; scanlines : JSAMPARRAY; num_lines : JDIMENSION) : JDIMENSION; |
function jpeg_write_raw_data(cinfo : j_compress_ptr; data : JSAMPIMAGE; num_lines : JDIMENSION) : JDIMENSION; |
Description
Functions and Procedures
procedure jpeg_start_compress(cinfo : j_compress_ptr; write_all_tables : boolean); |
|
This item has no description. |
function jpeg_write_scanlines(cinfo : j_compress_ptr; scanlines : JSAMPARRAY; num_lines : JDIMENSION) : JDIMENSION; |
|
This item has no description. |
function jpeg_write_raw_data(cinfo : j_compress_ptr; data : JSAMPIMAGE; num_lines : JDIMENSION) : JDIMENSION; |
|
This item has no description. |
Generated by PasDoc 0.17.0.snapshot.