https://github.com/elevantiq/image-scaling-service
image scaling service
https://github.com/elevantiq/image-scaling-service
Last synced: 3 months ago
JSON representation
image scaling service
- Host: GitHub
- URL: https://github.com/elevantiq/image-scaling-service
- Owner: elevantiq
- License: mit
- Created: 2022-05-02T10:36:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T13:16:15.000Z (over 1 year ago)
- Last Synced: 2024-12-31T00:15:40.561Z (5 months ago)
- Language: Rust
- Size: 107 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Scaling Service
## Env Variables
- DOMAINS: ; seperated list of urls without protocol (example.com/\*;test.xyz/test/\*...), regex matches so \*.example.com works
- MODE: whitelist/blacklist## Query Params
- url: source of the image (required)
- width
- height
- format: output format (default webp)
- cache_max_age: sets the Cache-Control header on the image