TGifImageDescriptor Class Reference

#include <icl/imagecodecdata.h>

Link against: imageconversion.lib

class TGifImageDescriptor : public TFrameDataBlock

Inherits from

Detailed 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).

Member Attribute Documentation

iInterlaced

TBool iInterlaced

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

iLocalColorMap

TBool iLocalColorMap

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

iSortedLocalMap

TBool iSortedLocalMap

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

Constructor & Destructor Documentation

TGifImageDescriptor ( )

IMPORT_CTGifImageDescriptor()

Default constructor for this class.