files.bbs (3K)

Uploaded Wed Jun 10 2020 14:31:15

geopatrn.zip (237K)

Uploaded Wed Jun 10 2020 14:31:15

Geo_Pattern: Create beautiful generative
background images from a string in golang.
gift.zip (34K)

Uploaded Wed Jun 10 2020 14:31:15

gift provides a set of useful image
processing filters.  Pure Go.  No external
dependencies outside of the Go standard
library.
go-cairo.zip (14K)

Uploaded Wed Jun 10 2020 14:31:15

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.
go-nude.zip (430K)

Uploaded Wed Jun 10 2020 14:31:15

go-nude: Nudity detection with Go.  (Go
porting from https://github.com/pa7/nude.js)
go-rez.zip (192K)

Uploaded Wed Jun 10 2020 14:31:15

Rez: Image resizing in pure Go and SIMD.
Full documentation at
http://godoc.org/github.com/bamiaux/rez
goimg.zip (53K)

Uploaded Wed Jun 10 2020 14:31:16

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
goOpenCv.zip (1,213K)

Uploaded Wed Jun 10 2020 14:31:16

Go bindings for OpenCV.
goWebclr.zip (6K)

Uploaded Wed Jun 10 2020 14:31:16

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.
imagesvr.zip (12,760K)

Uploaded Wed Jun 10 2020 14:31:16

Image Server
An image server toolkit in Go (Golang)
https://github.com/pierrre/imageserver
imagic.zip (122K)

Uploaded Wed Jun 10 2020 14:31:16

Go Imagick: Go binding to ImageMagick's
MagickWand C API.
imaging.zip (18K)

Uploaded Wed Jun 10 2020 14:31:16

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.
picfit.zip (49K)

Uploaded Wed Jun 10 2020 14:31:16

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'.
svgo.zip (2,449K)

Uploaded Wed Jun 10 2020 14:31:16

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.