From f3fccd6197d2dd865e0aa5809c80341896b98789 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sat, 23 May 2015 16:40:18 -0700 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 476724d2..8a21e641 100644 --- a/README.md +++ b/README.md @@ -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