lukechilds / merge-images

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

Is it possible to animate + merging images? #113

Open msqar opened 3 years ago

msqar commented 3 years ago

As the title suggests, I would like to animate or create an animated canvas and merge all together into an output gif file.

Like i have multiple layers of pngs, that i would like to animate the position of each image, make them fall from top to an specific Y position (dynamic) after some delay so they look like a stacking animation.

Any idea on how to achieve this?

hisRoyalty commented 2 years ago

@msqar have you found any solution ?