Unit 'imjpeglib' Package
[Overview][Constants][Types][Index] [#pl_vampyreimaging]

jpeg_entropy_encoder

Declaration

Source position: imjpeglib.pas line 537

type jpeg_entropy_encoder = record

  start_pass: procedure(

  

  cinfo: j_compress_ptr;

  gather_statistics: Boolean

);

  encode_mcu: function(

  

  cinfo: j_compress_ptr;

  const MCU_data: array of JBLOCKROW

):Boolean;

  finish_pass: procedure(

  

  cinfo: j_compress_ptr

);

end;



CT Web help

CodeTyphon Studio