Record jpeg_downsampler
Unit
Declaration
type jpeg_downsampler = record
Description
This item has no description.
Overview
Fields
| Public | start_pass: procedure(cinfo : j_compress_ptr); |
| Public | downsample: procedure(cinfo : j_compress_ptr; input_buf : JSAMPIMAGE; in_row_index : JDIMENSION; output_buf : JSAMPIMAGE; out_row_group_index: JDIMENSION); |
| Public | need_context_rows: Boolean; |
Description
Fields
| Public | start_pass: procedure(cinfo : j_compress_ptr); |
|
This item has no description. | |
| Public | downsample: procedure(cinfo : j_compress_ptr; input_buf : JSAMPIMAGE; in_row_index : JDIMENSION; output_buf : JSAMPIMAGE; out_row_group_index: JDIMENSION); |
|
This item has no description. | |
| Public | need_context_rows: Boolean; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.