[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpreadpsd.pas line 128
type TFPReaderPSD = class(TFPCustomImageReader) |
protected |
FBytesPerPixel: Byte; |
FScanLine: PByte; |
FLineSize: PtrInt; |
FWidth: Integer; |
FHeight: Integer; |
FBlockCount: Word; |
FChannelCount: Word; |
FLengthOfLine: array of Word; |
FByteRead: PtrInt; |
procedure CreateGrayPalette; |
procedure CreateBWPalette; |
function ReadPalette(); |
procedure AnalyzeHeader; |
procedure InternalRead(); override; |
function ReadScanLine(); virtual; |
procedure WriteScanLine(); virtual; |
function InternalCheck(); override; |
public |
constructor Create; override; |
property Compressed: Boolean; [r] |
property ThePalette: TFPPalette; [r] |
property Width: Integer; [r] |
property Height: Integer; [r] |
property BytesPerPixel: Byte; [r] |
property BlockCount: Word; [r] |
property ChannelCount: Word; [r] |
property Header: TPSDHeader; [r] |
property OnCreateImage: TPSDCreateCompatibleImgEvent; [rw] |
end; |
| |
| |
| |
TObject |