Unit 'FPReadPCX' Package
[Overview][Classes][Index] [#fcl-image]

TFPReaderPCX

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpreadpcx.pas line 32

type TFPReaderPCX = class(TFPCustomImageReader)

protected

  Header: TPCXHeader;

  BytesPerPixel: Byte;

  FScanLine: PByte;

  FLineSize: Integer;

  TotalWrite: LongInt;

  procedure CreateGrayPalette();

  procedure CreateBWPalette();

  procedure CreatePalette16();

  procedure ReadPalette();

  procedure AnalyzeHeader();

  function InternalCheck(); override;

  procedure InternalRead(); override;

  procedure ReadScanLine(); virtual;

  procedure UpdateProgress();

  procedure WriteScanLine(); virtual;

public

  property Compressed: Boolean; [r]

end;

Inheritance

TFPReaderPCX

|

TFPCustomImageReader

|

TFPCustomImageHandler

|

TObject


Documentation generated on: 2023-03-18