Tuesday, January 11, 2022

javascript imaging libs (sharp.js)

sharp.pixelplumbing.com

The typical use case for this high speed Node.js module is to convert large images in common formats to smaller, web-friendly JPEG, PNG, AVIF and WebP images of varying dimensions.

Resizing an image is typically 4x-5x faster than using the quickest ImageMagick and GraphicsMagick settings due to its use of libvips 


How To Process Images in Node.js With Sharp | DigitalOcean

npmjs.com/package/sharp


www.npmjs.com/package/jimp


stackoverflow.com/questions/42277138/easy-way-to-resize-image-in-node-js


www.npmjs.com/search?q=image%20resize


No comments: