This commit is contained in:
Dimitar Petrov 2019-01-14 21:56:50 +02:00 committed by Ceriath
parent 68fe553917
commit 80c5085622

View File

@ -736,6 +736,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.
* [steganography](https://github.com/auyer/steganography) - Pure Go Library for LSB steganography.
* [stegify](https://github.com/DimitarPetrov/stegify) - Go tool for LSB steganography, capable of hiding any file within an image.
* [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.