Unit 'libwebp' Package
[Overview][Types][Procedures and functions][Variables][Index] [#pl_bgrabitmap]

TWebPPicture

Declaration

Source position: libwebp.pas line 204

type TWebPPicture = record

  colorspace: Integer;

  

  width: Integer;

  

  height: Integer;

  

  y: PByte;

  

  u: PByte;

  

  v: PByte;

  

  y_stride: Integer;

  

  uv_stride: Integer;

  

  a: PByte;

  

  writer: TWebPWriterFunction;

  

  custom_ptr: Pointer;

  

  extra_info_type: Integer;

  

  extra_info: PByte;

  

  stats: PWebPAuxStats;

  

end;



CT Web help

CodeTyphon Studio