• GEOPATRN.ZIP (238K)

    Uploaded Wed Jan 27 2021 19:38:39

    Geo_Pattern: Create beautiful generative
    background images from a string in golang.
    
  • GIFT.ZIP (35K)

    Uploaded Wed Jan 27 2021 19:38:39

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

    Uploaded Wed Jan 27 2021 19:38:39

    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 (431K)

    Uploaded Wed Jan 27 2021 19:38:39

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

    Uploaded Wed Jan 27 2021 19:38:39

    Rez: Image resizing in pure Go and SIMD.
    Full documentation at
    http://godoc.org/github.com/bamiaux/rez
    
  • GOIMG.ZIP (54K)

    Uploaded Wed Jan 27 2021 19:38:39

    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,214K)

    Uploaded Wed Jan 27 2021 19:38:39

    Go bindings for OpenCV.

  • GOWEBCLR.ZIP (7K)

    Uploaded Wed Jan 27 2021 19:38:39

    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,761K)

    Uploaded Wed Jan 27 2021 19:38:39

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

    Uploaded Wed Jan 27 2021 19:38:39

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

    Uploaded Wed Jan 27 2021 19:38:39

    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 (50K)

    Uploaded Wed Jan 27 2021 19:38:39

    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,450K)

    Uploaded Wed Jan 27 2021 19:38:39

    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.