Apache OpenWhisk example that creates a polaroid-style thumbnail from a given image URL (deprecated)
10K+
Apache OpenWhisk is an open source, distributed Serverless platform that executes functions (fx) in response to events at any scale. OpenWhisk manages the infrastructure, servers and scaling using Docker containers so you can focus on building amazing and efficient applications.
Please visit the OpenWhisk project documentation to get started on our:
OpenWhisk named project images found in Docker Hub may include interim development as well as tagged release convenience binaries and should not be treated as official release artifacts.
This image demonstrates OpenWhisk's support for executing arbitrary code in a safe manner (i.e., "bring your own docker image.").
As input, provide a JSON document with a field that points to an image to be thumbnailed.
{ arg: "https://upload.wikimedia.org/wikipedia/commons/5/52/Nellie_Bly_2.jpg" }
Content type
Image
Digest
Size
35.4 MB
Last updated
about 10 years ago
docker pull openwhisk/thumbnailPulls:
1
Last week