While this is using a library for the image processing I am not sure this is possible. Please your advise
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I created a quick example to resize an image here https://github.com/rabbah/functions/tree/master/sharp. You can deploy this from App Platform or with the CLI using
doctl serverless
(download here).Open the URL in your browser and add a query parameter
url=https://images.pexels.com/photos/86405/penguin-funny-blue-water-86405.jpeg
to see the resized result.