Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/megrxu/imagio-server


https://github.com/megrxu/imagio-server

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Imagio Server

Image resizing and cropping on request.

## Run

- Using local filesystem:
```
cargo run --release -- --store --cache fs serve
```
- Using S3:
```
cargo run --release -- --store --cache \
--bucket --region --endpoint \
--access-key-id --secret-access-key \
s3 serve
```