The Libtga 1.0.0 API Reference
Matthias Brueckner
Legal Notice
Table of Contents
1.
Overview
2.
Data Types
3.
Structures
TGAHeader
— holds image header information, such as image width and height
TGAData
— holds the image data
TGA
— holds library information
4.
Error Handling
Overview
—
Error codes
— list of all currently recognized error codes
5.
Init / Cleanup
TGAOpen
— open a TGA image file
TGAOpenFd
— use an already open file descriptor for input / output
TGAClose
— close TGA file and do cleanup
6.
Read
TGAReadImage
— read image
TGAReadHeader
— read image header
TGAReadImageId
— read image id
TGAReadColorMap
— read color map
TGAReadScanlines
— read image data per scanline
7.
Write
TGAWriteImage
— write image
TGAWriteHeader
— write image header
TGAWriteImageId
— write image id
TGAWriteColorMap
— write color map
TGAWriteScanlines
— write image data per scanline
8.
Miscellaneous
Macros
—
Flags
—
A.
GNU Free Documentation License
0.
PREAMBLE
1.
APPLICABILITY AND DEFINITIONS
2.
VERBATIM COPYING
3.
COPYING IN QUANTITY
4.
MODIFICATIONS
5.
COMBINING DOCUMENTS
6.
COLLECTIONS OF DOCUMENTS
7.
AGGREGATION WITH INDEPENDENT WORKS
8.
TRANSLATION
9.
TERMINATION
10.
FUTURE REVISIONS OF THIS LICENSE
How to use this License for your documents
Next
Overview