#include <icl/imagecodecdata.h>
Link against: imageconversion.lib
| class TGifLZWInfo : public TFrameDataBlock |
| Public Attributes | |
|---|---|
| TInt | iCompressedBytes |
| TInt | iInitialCodeLength |
| Public Member Functions | |
|---|---|
| TGifLZWInfo() | |
| Inherited Functions | |
|---|---|
| TFrameDataBlock::DataType()const | |
| TFrameDataBlock::TFrameDataBlock(TUid) | |
GIF specific frame data variant which holds LZW compression information.
It can only be used with the GIF decoder (the encoder is not configurable).