| Nr. |
Filename |
Date |
Size |
Downloads |
Description |
| 1 |
geopatrn.zip |
29-11-2014 |
237 Kb. |
0 |
Geo_Pattern: Create beautiful generative
background images from a string in golang. |
| 2 |
gift.zip |
18-10-2014 |
33 Kb. |
0 |
gift provides a set of useful image processing
filters. Pure Go. No external dependencies
outside of the Go standard library. |
| 3 |
go-cairo.zip |
18-10-2014 |
13 Kb. |
0 |
go-cairo. Go binding for the cairo graphics
library. Based on Dethe Elza's version
https://bitbucket.org/dethe/gocairo but
significantly extended and updated. |
| 4 |
go-nude.zip |
29-11-2014 |
430 Kb. |
0 |
go-nude: Nudity detection with Go. (Go porting
from https://github.com/pa7/nude.js) |
| 5 |
go-rez.zip |
29-11-2014 |
191 Kb. |
0 |
Rez: Image resizing in pure Go and SIMD. Full
documentation at
http://godoc.org/github.com/bamiaux/rez |
| 6 |
goOpenCv.zip |
18-10-2014 |
1213 Kb. |
0 |
Go bindings for OpenCV. |
| 7 |
goWebclr.zip |
18-10-2014 |
6 Kb. |
0 |
go-webcolors. A library for working with color
names and color value formats defined by the
HTML and CSS specifications for use in documents
on the Web. This library is originally
available in Python by James Bennett, [PyPI] and
[Bitbucket]. go-webcolors have been ported from
Python to Go with all the functions available. |
| 8 |
goimg.zip |
29-11-2014 |
52 Kb. |
0 |
IMG: A collection of image manipulation tools.
Each tool takes an input file from standard
input, this needs to be in PNG, JPEG or GIF
format. They output the resulting image (by
default in PNG format) to standard output. Run
go help and go help [command] for information.
Read the documentation here: http://godoc.org |
| 9 |
imagesvr.zip |
13-05-2016 |
12760 Kb. |
0 |
Image Server An image server toolkit in Go
(Golang) https://github.com/pierrre/imageserver |
| 10 |
imagic.zip |
18-10-2014 |
121 Kb. |
0 |
Go Imagick: Go binding to ImageMagick's
MagickWand C API. |
| 11 |
imaging.zip |
18-10-2014 |
18 Kb. |
0 |
Simple Go image processing package.Package
imaging provides basic image manipulation
functions (resize, rotate, flip, crop, etc.).
This package is based on the standard Go image
package and works best along with it. |
| 12 |
picfit.zip |
15-03-2015 |
48 Kb. |
0 |
picfit is a reusable Go server to manipulate
(resize, thumbnail, etc.) images built on top of
`negroni and `gorilla mux act as a proxy of your
storage engine and will be served ideally behind
an http cache system like varnish_. It supports
multiple `storages backends and multiple
`key/value stores'. |
| 13 |
svgo.zip |
18-10-2014 |
2449 Kb. |
0 |
Go Language Library for SVG generation. The
library generates SVG as defined by the Scalable
Vector Graphics 1.1 Specification
(http://www.w3.org/TR/SVG11/). Output goes to
the specified io.Writer. |