Add TARGA image format decoder/encoder package.

There is no other tga encoder/decoder package in the awesome-go list, so I think it would be beneficial to add it. This is the only and best tga package I know of.
This commit is contained in:
Dmitri Shuralyov 2015-05-23 16:40:18 -07:00
parent 08b478f4af
commit f3fccd6197

View File

@ -362,6 +362,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [rez](https://github.com/bamiaux/rez) - Image resizing in pure Go and SIMD.
* [smartcrop](https://github.com/muesli/smartcrop) - Finds good crops for arbitrary images and crop sizes
* [svgo](https://github.com/ajstarks/svgo) - Go Language Library for SVG generation.
* [tga](https://github.com/ftrvxmtrx/tga) - Package tga is a TARGA image format decoder/encoder.
## Logging