Class TBGRAReaderGif

Unit

Declaration

type TBGRAReaderGif = class(TFPReaderGif)

Description

Reader for GIF still image format.

For animations, use TBGRAAnimatedGif class.

Hierarchy

Overview

Methods

Protected function ReadScanLine(Stream: TStream): boolean; override;
Protected function WriteScanLineBGRA(Img: TFPCustomImage): Boolean; virtual;
Protected procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override;
Protected procedure ReadPaletteAtOnce(Stream: TStream; Size: integer);

Description

Methods

Protected function ReadScanLine(Stream: TStream): boolean; override;

This item has no description.

Protected function WriteScanLineBGRA(Img: TFPCustomImage): Boolean; virtual;

This item has no description.

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

This item has no description.

Protected procedure ReadPaletteAtOnce(Stream: TStream; Size: integer);

This item has no description.