lukechilds / merge-images

Easily compose images together without messing around with canvas
MIT License
1.69k stars 163 forks source link

Merging images into a gif #110

Open tuanddd opened 3 years ago

tuanddd commented 3 years ago

Hi, has anyone bumped in the case where you need to merge multiple images, some of them are gif and would like the output result to be a gif?

Currently I'm getting a static image even though I specified the format to be image/gif

Thanks.

CharlieAIO commented 2 years ago

yeah im also having this issue, haven't found a solution yet. Please let me know if you did

hisRoyalty commented 2 years ago

Same here.

cdeck95 commented 1 year ago

Would like to do the same here. Following in case anyone finds a way.

tuanddd commented 1 year ago

@CharlieAIO @hisRoyalty @cdeck95 I ended up using a separate step to convert those merged images into a gif, you would need to merge each frame and then use a cli tool to combine those frames, output is a gif