Learn how to Resize images in Node JS

Опубликовано: 29 Январь 2021
на канале: Techweber
2,438
26

In this video training, you'll learn how to Resize images in Node JS. To manipulate large images into web-friendly and into various extensions like JPG, JPEG, PNG, WEBP or others in Node.js, a module called “Sharp module” is used widely. The sharp module is written in C++ and thus unbelievably fast and accurate. Sharf preserves the Exif data, unlike other modules and methods. Images can be overplayed by using this node.js plugin.
RESIZING IMAGES USING THE SHARP MODULE
Resizing can be done on the basis of width, height,or width X height.
Input Formats — JPEG, PNG, WebP, TIFF, GIF,and SVG
Output Formats — JPEG, PNG, WebP and TIFF
How to install a sharp module in node js
npm install sharp --save

You can download code from :
https://github.com/techweber/node-js-...


Смотрите видео Learn how to Resize images in Node JS онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Techweber 29 Январь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,438 раз и оно понравилось 26 людям.