https://github.com/bronzdoc/reim
Image resizer
https://github.com/bronzdoc/reim
Last synced: 7 months ago
JSON representation
Image resizer
- Host: GitHub
- URL: https://github.com/bronzdoc/reim
- Owner: bronzdoc
- Created: 2016-11-11T02:03:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T01:30:19.000Z (over 9 years ago)
- Last Synced: 2025-02-18T06:42:46.790Z (over 1 year ago)
- Language: Go
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reim - image resizer
## Install
```go get github.com/bronzdoc/reim```
## Usage
```$ reim image.jpg ```
Specify width and height of the image
``` $ reim -width 200 -height 200 image.jpg```
#### flags
```
-height uint
New image height (default 128)
-out string
Generated image name
-width uint
New image width (default 128)
```
The default image size is 128x128 because reim was thought on slack emojis :trollface: