Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lon9/seag
- Owner: lon9
- Created: 2019-02-07T10:32:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T10:39:24.000Z (almost 6 years ago)
- Last Synced: 2024-12-01T04:14:41.883Z (2 months ago)
- Topics: cli, golang, inm, steam
- Language: Go
- Homepage:
- Size: 1.36 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```