Lightweight Docker image for image processing service Imaginary.
Image size is 16mb
compressed.
See Imaginary readme for full usage.
docker run --rm stead/imaginary-alpine -h
Start the server
docker run --rm -p 9000:9000 stead/imaginary-alpine -enable-url-source
Resize an image
http://localhost:9000/resize?width=800&height=500&url=https://c1.staticflickr.com/1/409/18186063494_386acbe85c_k.jpg&type=webp
This has not been tested in production. Use at your own risk.