| eLynx SDK
v3.0.1 C++ image processing API reference |
| Specification | Truevision TGA — Version 2.0, from Paul Bourke |
|---|---|
| Library | None |
| Copyright | Internal |
| Samples | here |
| File | Features | Pixel format |
|---|---|---|
| gray8.tga | gray 8-bit | LAub |
| gray8-rle.tga | gray 8-bit with RLE compression | LAub |
| rgb8.tga | RGB indexed | RGBub |
| rgb8-rle.tga | RGB indexed with RLE compression | RGBub |
| rgb16.tga | 16-bit (1x5x5x5) RGB | RGBub |
| rgb16.tga | 16-bit (1x5x5x5) RGB with RLE compression | RGBub |
| rgb24.tga | 24-bit RGB (8x8x8) | RGBub |
| rgb24-rle.tga | 24-bit RGB (8x8x8) with RLE compression | RGBub |
| rgba32.tga | 32-bit RGBA (8x8x8x8) | RGBAub |