Class TImageDescriptor (unit MPGifImg)

Inherits from

TObject

Constructors


constructor Create(GIFData: TGIFData);



Functions

destructor Destroy;


function GetColorTableSize: Cardinal;


function GetHasColorTable: boolean;


function GetInterlaced: boolean;


function GetSorted: boolean;


Properties

property ColorTableSize : Cardinal


property HasColorTable : boolean


property ImageHeight : word


property ImageLeftPos : word


property ImageTopPos : word


property ImageWidth : word


property Interlaced : boolean


property LocalColorTable : TColorTable


property PackedFields : byte


property Sorted : boolean


Events

Variables

FImageHeight : word;

width of image in pixels

FImageLeftPos : word;


FImageTopPos : word;

Column in pixels in respect to left edge of logical screen

FImageWidth : word;

row in pixels in respect to top of logical screen

FLocalColorTable : TColorTable;


FPackedFields : byte;

height of image in pixels


Constructors


constructor Create(GIFData: TGIFData);


Functions


destructor Destroy;


function GetColorTableSize: Cardinal;


function GetHasColorTable: boolean;


function GetInterlaced: boolean;


function GetSorted: boolean;


Properties


property ColorTableSize : Cardinal


property HasColorTable : boolean


property ImageHeight : word


property ImageLeftPos : word


property ImageTopPos : word


property ImageWidth : word


property Interlaced : boolean


property LocalColorTable : TColorTable


property PackedFields : byte


property Sorted : boolean


Events


Variables


FImageHeight : word;

width of image in pixels


FImageLeftPos : word;


FImageTopPos : word;

Column in pixels in respect to left edge of logical screen


FImageWidth : word;

row in pixels in respect to top of logical screen


FLocalColorTable : TColorTable;


FPackedFields : byte;

height of image in pixels