![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cImageGIF.h>
Public Attributes | |
WORD | m_leftOffset |
offset to update inside the frame. More... | |
WORD | m_topOffset |
WORD | m_wWidthFrame |
For this frame. must use with m_topOffset,m_leftOffset of course. More... | |
WORD | m_wHeightFrame |
For this frame. More... | |
BYTE | m_bFlag |
skip 2nd GIF flag, 0x40 = interlaced. More... | |
Raw GIF frame header.
BYTE GrayLib::cImageGIFFrameHeader::m_bFlag |
skip 2nd GIF flag, 0x40 = interlaced.
WORD GrayLib::cImageGIFFrameHeader::m_leftOffset |
offset to update inside the frame.
WORD GrayLib::cImageGIFFrameHeader::m_topOffset |
WORD GrayLib::cImageGIFFrameHeader::m_wHeightFrame |
For this frame.
WORD GrayLib::cImageGIFFrameHeader::m_wWidthFrame |
For this frame. must use with m_topOffset,m_leftOffset of course.