You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2024. It is now read-only.
"description": "Fast, Docker-ready image processing server in Go with libvips",
"keywords": [
"image",
"resize-images",
"crop-image",
"microservice",
"docker",
"jpeg",
"png",
"libvips"
],
"repository": "https://github.com/cshum/imagor",
"stack": "container",
"env": {
"IMAGOR_UNSAFE": {
"description": "Use Unsafe mode, default 1 for testing. In production environment, it is highly recommended turning off `IMAGOR_UNSAFE` and setting up URL signature using `IMAGOR_SECRET`, to prevent DDoS attacks that abuse multiple image operations.",