I'm using buffer in Node.js for image upload in cloudinary but cloudinary doesn't have any option for image transformation for buffer upload.
Is there is any package which have the ability to resize image by reading buffer and return buffer back after resizing it.
Top comments (5)
I use sharp for all imagetransformation in nodeJS before uploading them to any cloud based service. It works great and the ressources you need are very low
It is possible to implement something like this
yes :)
thanks :-)
Hi! Do you have a similar resource for transform videos? Thnxs