Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/profoak/slacksizer
Resize images into emoji size
https://github.com/profoak/slacksizer
emoji slack
Last synced: 9 days ago
JSON representation
Resize images into emoji size
- Host: GitHub
- URL: https://github.com/profoak/slacksizer
- Owner: ProfOak
- License: mit
- Created: 2017-02-15T02:22:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T06:12:44.000Z (over 7 years ago)
- Last Synced: 2024-06-21T03:01:57.960Z (5 months ago)
- Topics: emoji, slack
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Slacksizer - Resize images to fit Slack's emoji constraints
A fun way to waste time, more efficiently!
#### Usage:
```
$ go get github.com/ProfOak/slacksizer
$ go install github.com/ProfOak/slacksizer
$ slacksizer image.png
$ ls image*
image_output.png image.png```