Class TBGRAReaderLazPaint

Unit

Declaration

type TBGRAReaderLazPaint = class(TFPCustomImageReader)

Description

Reader for LZP image format (flattened)

Hierarchy

Overview

Fields

Public WantThumbnail: boolean;

Methods

Protected function InternalCheck(Str: TStream): boolean; override;
Public class procedure LoadRLEImage(Str: TStream; Img: TFPCustomImage; out ACaption: string); static;
Protected procedure InternalRead(Str: TStream; Img: TFPCustomImage); override;
Protected procedure InternalReadCompressableBitmap(str: TStream; Img: TFPCustomImage); virtual;
Protected procedure InternalReadLayers(str: TStream;Img: TFPCustomImage); virtual;

Properties

Public property Caption: string read FCaption;
Public property Height: integer read FHeight;
Public property NbLayers: integer read FNbLayers;
Public property Width: integer read FWidth;

Description

Fields

Public WantThumbnail: boolean;

This item has no description.

Methods

Protected function InternalCheck(Str: TStream): boolean; override;

This item has no description.

Public class procedure LoadRLEImage(Str: TStream; Img: TFPCustomImage; out ACaption: string); static;

This item has no description.

Protected procedure InternalRead(Str: TStream; Img: TFPCustomImage); override;

This item has no description.

Protected procedure InternalReadCompressableBitmap(str: TStream; Img: TFPCustomImage); virtual;

This item has no description.

Protected procedure InternalReadLayers(str: TStream;Img: TFPCustomImage); virtual;

This item has no description.

Properties

Public property Caption: string read FCaption;

This item has no description.

Public property Height: integer read FHeight;

This item has no description.

Public property NbLayers: integer read FNbLayers;

This item has no description.

Public property Width: integer read FWidth;

This item has no description.