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.
- Host: GitHub
- URL: https://github.com/chux0519/tgaimage
- Owner: chux0519
- Created: 2019-10-05T05:36:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T12:44:12.000Z (over 3 years ago)
- Last Synced: 2024-12-29T08:23:50.125Z (over 1 year ago)
- Language: Rust
- Size: 2.59 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)