Source position: imjpeglib.pas line 491
type jpeg_c_coef_controller = record |
||
start_pass: procedure( |
|
|
cinfo: j_compress_ptr; |
||
pass_mode: J_BUF_MODE |
||
); |
||
compress_data: function( |
|
|
cinfo: j_compress_ptr; |
||
input_buf: JSAMPIMAGE |
||
):Boolean; |
||
end; |
CT Web help |
CodeTyphon Studio |