Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megrxu/imagio-server
https://github.com/megrxu/imagio-server
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/megrxu/imagio-server
- Owner: megrxu
- Created: 2024-06-20T11:52:19.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-23T10:49:55.000Z (6 months ago)
- Last Synced: 2024-06-24T03:36:03.548Z (6 months ago)
- Language: Rust
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```