[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpreadpcx.pas line 32
type TFPReaderPCX = class(TFPCustomImageReader) |
protected |
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; |
| |
| |
| |
TObject |