TGifLZWInfo Class Reference
#include
<icl/imagecodecdata.h>
Link against: imageconversion.lib
class TGifLZWInfo : public TFrameDataBlock |
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
The size of compressed frame.
iInitialCodeLength
The initial number of bits used in LZW compression.
Constructor & Destructor Documentation
TGifLZWInfo ( )
Default constructor for this class.