Class TBGRAReaderLazPaint
Unit
BGRAReadLzp
Declaration
type TBGRAReaderLazPaint = class(TFPCustomImageReader)
Description
Reader for LZP image format (flattened)
Hierarchy
- TFPCustomImageReader
- TBGRAReaderLazPaint
Overview
Fields
Methods
Properties
|
property Caption: string read FCaption; |
|
property Height: integer read FHeight; |
|
property NbLayers: integer read FNbLayers; |
|
property Width: integer read FWidth; |
Description
Fields
|
WantThumbnail: boolean; |
This item has no description. |
Methods
|
function InternalCheck(Str: TStream): boolean; override; |
This item has no description. |
|
class procedure LoadRLEImage(Str: TStream; Img: TFPCustomImage; out ACaption: string); static; |
This item has no description. |
|
procedure InternalRead(Str: TStream; Img: TFPCustomImage); override; |
This item has no description. |
|
procedure InternalReadCompressableBitmap(str: TStream; Img: TFPCustomImage); virtual; |
This item has no description. |
|
procedure InternalReadLayers(str: TStream;Img: TFPCustomImage); virtual; |
This item has no description. |
Properties
|
property Caption: string read FCaption; |
This item has no description. |
|
property Height: integer read FHeight; |
This item has no description. |
|
property NbLayers: integer read FNbLayers; |
This item has no description. |
|
property Width: integer read FWidth; |
This item has no description. |