mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Add gg, ln, pt graphics libraries. (#1056)
This commit is contained in:
parent
b9b249cf47
commit
d9e03240cf
13
README.md
13
README.md
@ -475,23 +475,26 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
|
|
||||||
*Libraries for manipulating images.*
|
*Libraries for manipulating images.*
|
||||||
|
|
||||||
* [bimg](https://github.com/h2non/bimg) - Small package for fast and efficient image processing using libvips
|
* [bimg](https://github.com/h2non/bimg) - Small package for fast and efficient image processing using libvips.
|
||||||
* [geopattern](https://github.com/pravj/geopattern) - Create beautiful generative image patterns from a string.
|
* [geopattern](https://github.com/pravj/geopattern) - Create beautiful generative image patterns from a string.
|
||||||
|
* [gg](https://github.com/fogleman/gg) - 2D rendering in pure Go.
|
||||||
* [gift](https://github.com/disintegration/gift) - Package of image processing filters.
|
* [gift](https://github.com/disintegration/gift) - Package of image processing filters.
|
||||||
* [go-cairo](https://github.com/ungerik/go-cairo) - Go binding for the cairo graphics library.
|
* [go-cairo](https://github.com/ungerik/go-cairo) - Go binding for the cairo graphics library.
|
||||||
* [go-gd](https://github.com/bolknote/go-gd) - Go binding for GD library
|
* [go-gd](https://github.com/bolknote/go-gd) - Go binding for GD library.
|
||||||
* [go-nude](https://github.com/koyachi/go-nude) - Nudity detection with Go.
|
* [go-nude](https://github.com/koyachi/go-nude) - Nudity detection with Go.
|
||||||
* [go-opencv](https://github.com/lazywei/go-opencv) - Go bindings for OpenCV.
|
* [go-opencv](https://github.com/lazywei/go-opencv) - Go bindings for OpenCV.
|
||||||
* [go-webcolors](https://github.com/jyotiska/go-webcolors) - Port of webcolors library from Python to Go.
|
* [go-webcolors](https://github.com/jyotiska/go-webcolors) - Port of webcolors library from Python to Go.
|
||||||
* [imagick](https://github.com/gographics/imagick) - Go binding to ImageMagick's MagickWand C API.
|
* [imagick](https://github.com/gographics/imagick) - Go binding to ImageMagick's MagickWand C API.
|
||||||
* [imaginary](https://github.com/h2non/imaginary) - Fast and simple HTTP microservice for image resizing
|
* [imaginary](https://github.com/h2non/imaginary) - Fast and simple HTTP microservice for image resizing.
|
||||||
* [imaging](https://github.com/disintegration/imaging) - Simple Go image processing package.
|
* [imaging](https://github.com/disintegration/imaging) - Simple Go image processing package.
|
||||||
* [img](https://github.com/hawx/img) - A selection of image manipulation tools.
|
* [img](https://github.com/hawx/img) - A selection of image manipulation tools.
|
||||||
|
* [ln](https://github.com/fogleman/ln) - 3D line art rendering in Go.
|
||||||
* [mpo](https://github.com/donatj/mpo) - A decoder and conversion tool for MPO 3D Photos.
|
* [mpo](https://github.com/donatj/mpo) - A decoder and conversion tool for MPO 3D Photos.
|
||||||
* [picfit](https://github.com/thoas/picfit) - An image resizing server written in Go
|
* [picfit](https://github.com/thoas/picfit) - An image resizing server written in Go.
|
||||||
|
* [pt](https://github.com/fogleman/pt) - A path tracing engine written in Go.
|
||||||
* [resize](https://github.com/nfnt/resize) - Image resizing for the Go with common interpolation methods.
|
* [resize](https://github.com/nfnt/resize) - Image resizing for the Go with common interpolation methods.
|
||||||
* [rez](https://github.com/bamiaux/rez) - Image resizing in pure Go and SIMD.
|
* [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
|
* [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.
|
* [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.
|
* [tga](https://github.com/ftrvxmtrx/tga) - Package tga is a TARGA image format decoder/encoder.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user