An open API service indexing awesome lists of open source software.

https://github.com/chux0519/tgaimage

simple encoder/decoder for [tga](https://en.wikipedia.org/wiki/Truevision_TGA) format.
https://github.com/chux0519/tgaimage

Last synced: 6 months ago
JSON representation

simple encoder/decoder for [tga](https://en.wikipedia.org/wiki/Truevision_TGA) format.

Awesome Lists containing this project

README

          

# tgaimgae

simple encoder/decoder for [tga](https://en.wikipedia.org/wiki/Truevision_TGA) format.

## Features

still WIP, some features is not supported yet.

- [x] uncompressed true-color image(image type: 2)
- [x] run-length encoded true-color image(image type: 10)