GrafX2 2.9.3227
The ultimate 256-color painting program
|
Image Descriptor Block. More...
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... | |
Image Descriptor Block.
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().
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().
word T_GIF_IDB::Image_width |
Width of image.
Referenced by GIF_new_pixel(), GIF_next_pixel(), Load_GIF(), and Save_GIF().
word T_GIF_IDB::Image_height |
Height of image.
Referenced by GIF_new_pixel(), GIF_next_pixel(), Load_GIF(), and Save_GIF().
byte T_GIF_IDB::Indicator |
Misc image information.
Referenced by Load_GIF(), and Save_GIF().
byte T_GIF_IDB::Nb_bits_pixel |
Nb de bits par pixel.
Referenced by Save_GIF().