Unit 'JPEGLib' Package
[Overview][Constants][Types][Index] [#pasjpeg]

jpeg_downsampler

Declaration

Source position: jpeglib.pas line 510

type jpeg_downsampler = record

  start_pass: procedure(

  cinfo: j_compress_ptr

);

  downsample: procedure(

  cinfo: j_compress_ptr;

  input_buf: JSAMPIMAGE;

  in_row_index: JDIMENSION;

  output_buf: JSAMPIMAGE;

  out_row_group_index: JDIMENSION

);

  need_context_rows: Boolean;

end;


Documentation generated on: 2023-03-18