Can I resize the each image one by one?
Closed this issue · 1 comments
saintfirewater commented
Hi thanks for your wonderful library.
I have a question of resizing images.
Can I resize the each image one by one like 'image1' below?
mergeImages([
{src: image1, width: 421, height: 421},
{src: image2}
])
.then(...)
Thank you a lot!
lukechilds commented
No, sorry, you can currently only set the dimensions of the overall image.