Definition at line 8 of file gifdecode.h.
|
| int | GIFdecode (unsigned char *GIFarr, unsigned char *PIXarr, int *Width, int *Height, int *Ncols, unsigned char *R, unsigned char *G, unsigned char *B) |
#include </home/stephan/code/root-2/graf2d/gifencode/gifdecode.h>
◆ GIFdecode()
| int TGifDecode::GIFdecode |
( |
unsigned char * | GIFarr, |
|
|
unsigned char * | PIXarr, |
|
|
int * | Width, |
|
|
int * | Height, |
|
|
int * | Ncols, |
|
|
unsigned char * | R, |
|
|
unsigned char * | G, |
|
|
unsigned char * | B ) |
◆ GIFinfo()
| int TGifDecode::GIFinfo |
( |
unsigned char * | GIFarr, |
|
|
int * | Width, |
|
|
int * | Height, |
|
|
int * | Ncols ) |
|
static |
◆ OutPixel()
| void TGifDecode::OutPixel |
( |
unsigned char | pix | ) |
|
|
private |
◆ ReadCode()
| int TGifDecode::ReadCode |
( |
| ) |
|
|
private |
◆ b3
| long TGifDecode::b3[3] = {0, 0, 0} |
|
private |
◆ CurBit
| long TGifDecode::CurBit = -1 |
|
private |
◆ CurByte
| long TGifDecode::CurByte = -1 |
|
private |
◆ CurCodeSize
| int TGifDecode::CurCodeSize = 0 |
|
private |
◆ CurMaxCode
| int TGifDecode::CurMaxCode = 0 |
|
private |
◆ lblk
| unsigned char TGifDecode::lblk = 0 |
|
private |
◆ ptr1
| unsigned char* TGifDecode::ptr1 = nullptr |
|
private |
◆ ptr2
| unsigned char* TGifDecode::ptr2 = nullptr |
|
private |
The documentation for this class was generated from the following files: