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

https://github.com/bronzdoc/reim

Image resizer
https://github.com/bronzdoc/reim

Last synced: 7 months ago
JSON representation

Image resizer

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: