Tool class used for defining the structures of the datas stored in a targa file. More...
Classes | |
struct | developer_item |
Item in the developper directory. More... | |
struct | extension |
Extension area. More... | |
class | footer |
Footer of a targa file. More... | |
class | header |
Header of a targa file. More... | |
Public Types | |
enum | image_coding { color_mapped = 1, true_color = 2, black_and_white = 3, rle_color_mapped = 9, rle_true_color = 10, rle_black_and_white = 11 } |
Tool class used for defining the structures of the datas stored in a targa file.
Definition at line 57 of file targa.hpp.
color_mapped | |
true_color | |
black_and_white | |
rle_color_mapped | |
rle_true_color | |
rle_black_and_white |
Definition at line 60 of file targa.hpp.
00061 { 00062 color_mapped = 1, 00063 true_color = 2, 00064 black_and_white = 3, 00065 rle_color_mapped = 9, 00066 rle_true_color = 10, 00067 rle_black_and_white = 11 00068 }; // enum image_coding