Good examples of using sharp package for image operations?

Manishankar Srinivas picture Manishankar Srinivas · Jul 14, 2016 · Viewed 7.9k times · Source

I have been exploring image processing from Nodejs and I came across the Jimp/Lwip/Sharp npm packages. I can do basic operations(scale/crop) on the images using these packages-but looking for good/advanced examples mainly on Sharp package.

Lwip- https://github.com/EyalAr/lwip Sharp -http://sharp.dimens.io/en/stable/api/

Answer

jcupitt picture jcupitt · Sep 19, 2016

The sharp issue tracker is a good place to look, they use it for support too. Search for all issues tagged "question" and you'll get a nice list of sample solutions.