Location:
ImageCodecData.h
Link against: imageconversion.lib
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()
, TGifLZWInfo()
, iCompressedBytes
, iInitialCodeLength
Inherited from TFrameDataBlock
:
DataType()
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.