Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lon9/seag

Steam Emoticon Art Generator
https://github.com/lon9/seag

cli golang inm steam

Last synced: 3 days ago
JSON representation

Steam Emoticon Art Generator

Awesome Lists containing this project

README

        

# Steam Emoticon Art Generator (SEAG)

This is generator for an art using emoticons on Steam.

![screenshot](https://github.com/lon9/seag/blob/master/art/screenshot.png?raw=true, "screenshot")

## Usage

```
go get
go get -u github.com/gobuffalo/packr/v2/...
packr2 build
seag
```

## Options

```
Usage of ./seag:
-height int
Output height
-html
Whether output html or not
-i string
Input image (default "sample.jpg")
-q int
Quality (default 10)
-v int
Variation -1 = all (default -1)
-width int
Output width (default 24)
```