Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: ImageCodecData.h
Link against: imageconversion.lib

Class TGifImageDescriptor

class TGifImageDescriptor : public TFrameDataBlock;

Description

GIF specific frame data variant which holds image descriptor information.

It can only be used with the GIF decoder (the encoder is not configurable).

Derivation

Members

Defined in TGifImageDescriptor:
DuplicateL(), TGifImageDescriptor(), iInterlaced, iLocalColorMap, iSortedLocalMap

Inherited from TFrameDataBlock:
DataType()


Construction and destruction


TGifImageDescriptor()

IMPORT_C TGifImageDescriptor();

Description

Default constructor for this class.

[Top]


Member functions


DuplicateL()

private: virtual TFrameDataBlock *DuplicateL(CFrameImageData &aFrameImageData) const;

Description

Provides a copy of an object that manages a list of frame and image block data, but not a bitwise copy. It provides a new reference to the object.

Parameters

CFrameImageData &aFrameImageData

An object that manages a list of frame and image block data

Return value

TFrameDataBlock *

[Top]


Member data


iLocalColorMap

TBool iLocalColorMap;

Description

A boolean indicating if the frame has its own local colour map. ETrue if it does, otherwise EFalse.


iSortedLocalMap

TBool iSortedLocalMap;

Description

A boolean indicating if the frame's local colour map is sorted in priority order. ETrue if it is, otherwise EFalse.


iInterlaced

TBool iInterlaced;

Description

A boolean indicating if the image is interlaced. ETrue if the image is interlaced.