GrafX2 2.9.3227
The ultimate 256-color painting program
T_GIF_IDB Struct Reference

Image Descriptor Block. More...

+ Collaboration diagram for T_GIF_IDB:

Data Fields

word Pos_X
 X offset where the image should be pasted. More...
 
word Pos_Y
 Y offset where the image should be pasted. More...
 
word Image_width
 Width of image. More...
 
word Image_height
 Height of image. More...
 
byte Indicator
 Misc image information. More...
 
byte Nb_bits_pixel
 Nb de bits par pixel. More...
 

Detailed Description

Image Descriptor Block.

Field Documentation

◆ Pos_X

word T_GIF_IDB::Pos_X

X offset where the image should be pasted.

Referenced by GIF_new_pixel(), GIF_next_pixel(), Load_GIF(), and Save_GIF().

◆ Pos_Y

word T_GIF_IDB::Pos_Y

Y offset where the image should be pasted.

Referenced by GIF_new_pixel(), GIF_next_pixel(), Load_GIF(), and Save_GIF().

◆ Image_width

word T_GIF_IDB::Image_width

Width of image.

Referenced by GIF_new_pixel(), GIF_next_pixel(), Load_GIF(), and Save_GIF().

◆ Image_height

word T_GIF_IDB::Image_height

Height of image.

Referenced by GIF_new_pixel(), GIF_next_pixel(), Load_GIF(), and Save_GIF().

◆ Indicator

byte T_GIF_IDB::Indicator

Misc image information.

Referenced by Load_GIF(), and Save_GIF().

◆ Nb_bits_pixel

byte T_GIF_IDB::Nb_bits_pixel

Nb de bits par pixel.

Referenced by Save_GIF().


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