简体   繁体   中英

Image module in nodejs with resize/crop/concat

I need a suggestion about nodejs module. I have 3 images I should crop/resize and concat them in one single image like this:

在此处输入图片说明

Can you suggest me node module to use, that can fit my needs.

I reviewed

The Acheckmann/gm link was better when i saw both but then keeping your issue in mind i found out something related to the node-gd.

PHP/GD - Cropping and Resizing Images .

Indeed it lacks sufficient doc but i guess you will have your work done with this. Good luck

I have a suggestion:

use gm to crop/resize, then draw it in canvas together by

https://www.npmjs.com/packages/canvas

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM