Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cImageGIFFrameHeader Struct Reference

#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...
 

Detailed Description

Raw GIF frame header.

Member Data Documentation

◆ m_bFlag

BYTE GrayLib::cImageGIFFrameHeader::m_bFlag

skip 2nd GIF flag, 0x40 = interlaced.

◆ m_leftOffset

WORD GrayLib::cImageGIFFrameHeader::m_leftOffset

offset to update inside the frame.

◆ m_topOffset

WORD GrayLib::cImageGIFFrameHeader::m_topOffset

◆ m_wHeightFrame

WORD GrayLib::cImageGIFFrameHeader::m_wHeightFrame

For this frame.

◆ m_wWidthFrame

WORD GrayLib::cImageGIFFrameHeader::m_wWidthFrame

For this frame. must use with m_topOffset,m_leftOffset of course.


The documentation for this struct was generated from the following file: