TGifLZWInfo Class Reference

#include <icl/imagecodecdata.h>

Link against: imageconversion.lib

class TGifLZWInfo : public TFrameDataBlock

Inherits from

Detailed Description

GIF specific frame data variant which holds LZW compression information.

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

Member Attribute Documentation

iCompressedBytes

TInt iCompressedBytes

The size of compressed frame.

iInitialCodeLength

TInt iInitialCodeLength

The initial number of bits used in LZW compression.

Constructor & Destructor Documentation

TGifLZWInfo ( )

IMPORT_CTGifLZWInfo()

Default constructor for this class.