https://github.com/lon9/seag
Steam Emoticon Art Generator
https://github.com/lon9/seag
cli golang inm steam
Last synced: 4 months ago
JSON representation
Steam Emoticon Art Generator
- Host: GitHub
- URL: https://github.com/lon9/seag
- Owner: lon9
- Created: 2019-02-07T10:32:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T10:39:24.000Z (over 6 years ago)
- Last Synced: 2025-01-29T07:35:17.354Z (6 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.

## 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)
```