party-aas

command module
v0.0.0-...-180871c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2016 License: Apache-2.0 Imports: 16 Imported by: 0

README

party-aas

The code for https://party.mediocregopher.com

Takes and image and turns it into a party (gif)! By default reads a jpg or png from stdin and writes it to stdout. Can also be run as a web service by passing the -addr option.

PARTY

Building

$ cd party-aas
$ go get
$ go install github.com/mediocregopher/varembed
$ go generate
$ go build

Exampe Usages

party-aas can be run as either a webserver or a normal command-line utility that reads from stdin.

Here are example usages of each:

Command line tool

$ cat fire.png | ./party-aas -counterclockwise=true > fire-party.gif

Webserver

$ ./party-aas -addr=localhost:8000

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL