Question

digitalocean functions - is it possible using sharp.js for image processing using functions?

While this is using a library for the image processing I am not sure this is possible. Please your advise


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Rodric Rabbah
DigitalOcean Employee
DigitalOcean Employee badge
May 24, 2022

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).

git clone git@github.com:rabbah/functions.git
doctl serverless deploy functions/sharp --remote-build
doctl serverless functions get sample/hello --url

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.

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up