Class TBGRAReaderGif
Unit
Declaration
type TBGRAReaderGif = class(TFPReaderGif)
Description
Reader for GIF still image format.
For animations, use TBGRAAnimatedGif class.
Hierarchy
- TFPReaderGif
- TBGRAReaderGif
Overview
Methods
![]() |
function ReadScanLine(Stream: TStream): boolean; override; |
![]() |
function WriteScanLineBGRA(Img: TFPCustomImage): Boolean; virtual; |
![]() |
procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override; |
![]() |
procedure ReadPaletteAtOnce(Stream: TStream; Size: integer); |
Description
Methods
![]() |
function ReadScanLine(Stream: TStream): boolean; override; |
This item has no description. |
![]() |
function WriteScanLineBGRA(Img: TFPCustomImage): Boolean; virtual; |
This item has no description. |
![]() |
procedure InternalRead(Stream: TStream; Img: TFPCustomImage); override; |
This item has no description. |
![]() |
procedure ReadPaletteAtOnce(Stream: TStream; Size: integer); |
This item has no description. |