|
||
class TGifLZWInfo : public TFrameDataBlock;
GIF specific frame data variant which holds LZW compression information.
It can only be used with the GIF decoder (the encoder is not configurable).
TFrameDataBlock
-
The abstract base class for all format-specific frame data variants.
TGifLZWInfo
-
GIF specific frame data variant which holds LZW compression information.
Defined in TGifLZWInfo
:
DuplicateL(CFrameImageData &)const
Provides a copy of an object that manages a list of frame and image block data, ...TGifLZWInfo()
Default constructor for this class. iCompressedBytes
The size of compressed frame.iInitialCodeLength
The initial number of bits used in LZW compression.Inherited from TFrameDataBlock
:
DataType()const
Returns the data type of the current TFrameDataBlock object.TFrameDataBlock(TUid)
Constructs and initialises the TFrameDataBlock object to the data type specified...private: virtual TFrameDataBlock* DuplicateL(CFrameImageData &aFrameImageData) const;
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.
|
|
TInt iCompressedBytes;
The size of compressed frame.