Class TBGRAReaderTarga

Unit

Declaration

type TBGRAReaderTarga = class(TFPReaderTarga)

Description

Reader for TGA image format

Hierarchy

Overview

Fields

Protected FBuffer: packed of byte;
Protected FBufferPos: integer;
Protected FBufferSize: integer;
Protected FBufferStream: TStream;

Methods

Protected function GetNextBufferByte: byte;
Protected procedure CloseReadBuffer;
Protected procedure InitReadBuffer(AStream: TStream; ASize: integer);
Protected procedure ReadScanLine(Row: Integer; Stream: TStream); override;
Protected procedure WriteScanLine(Row : Integer; Img : TFPCustomImage); override;

Description

Fields

Protected FBuffer: packed of byte;

This item has no description.

Protected FBufferPos: integer;

This item has no description.

Protected FBufferSize: integer;

This item has no description.

Protected FBufferStream: TStream;

This item has no description.

Methods

Protected function GetNextBufferByte: byte;

This item has no description.

Protected procedure CloseReadBuffer;

This item has no description.

Protected procedure InitReadBuffer(AStream: TStream; ASize: integer);

This item has no description.

Protected procedure ReadScanLine(Row: Integer; Stream: TStream); override;

This item has no description.

Protected procedure WriteScanLine(Row : Integer; Img : TFPCustomImage); override;

This item has no description.