#include <icl/imagecodecdata.h>
Link against: imageconversion.lib
| class TGifImageDescriptor : public TFrameDataBlock |
| Public Attributes | |
|---|---|
| TBool | iInterlaced |
| TBool | iLocalColorMap |
| TBool | iSortedLocalMap |
| Public Member Functions | |
|---|---|
| TGifImageDescriptor() | |
| Inherited Functions | |
|---|---|
| TFrameDataBlock::DataType()const | |
| TFrameDataBlock::TFrameDataBlock(TUid) | |
GIF specific frame data variant which holds image descriptor information.
It can only be used with the GIF decoder (the encoder is not configurable).
| TBool | iInterlaced |
A boolean indicating if the image is interlaced. ETrue if the image is interlaced.
| TBool | iLocalColorMap |
A boolean indicating if the frame has its own local colour map. ETrue if it does, otherwise EFalse.
| TBool | iSortedLocalMap |
A boolean indicating if the frame's local colour map is sorted in priority order. ETrue if it is, otherwise EFalse.