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

#include <cImageGIF.h>

Public Attributes

BYTE m_GIF [3]
 "GIF" More...
 
BYTE m_ID [3]
 "87a" or "89a" More...
 
WORD m_wWidth
 pixels More...
 
WORD m_wHeight
 pixels More...
 
BYTE m_bFlag
 0x80 = color table used. More...
 
BYTE m_bBackgroundColor
 background color More...
 
BYTE m_bZero
 float aspect_ratio = (float)((q[6] + 15) / 64.0); More...
 

Detailed Description

Raw Main GIF file header.

Member Data Documentation

◆ m_bBackgroundColor

BYTE GrayLib::cImageGIFHeader::m_bBackgroundColor

background color

◆ m_bFlag

BYTE GrayLib::cImageGIFHeader::m_bFlag

0x80 = color table used.

◆ m_bZero

BYTE GrayLib::cImageGIFHeader::m_bZero

float aspect_ratio = (float)((q[6] + 15) / 64.0);

◆ m_GIF

BYTE GrayLib::cImageGIFHeader::m_GIF[3]

"GIF"

◆ m_ID

BYTE GrayLib::cImageGIFHeader::m_ID[3]

"87a" or "89a"

◆ m_wHeight

WORD GrayLib::cImageGIFHeader::m_wHeight

pixels

◆ m_wWidth

WORD GrayLib::cImageGIFHeader::m_wWidth

pixels


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