developerforce / gif-booth

Add animated GIFs and Family Photo to your virtual events
Creative Commons Zero v1.0 Universal
3 stars 9 forks source link

Implement More Efficient Group Photo Processor #27

Open clif-os opened 4 years ago

clif-os commented 4 years ago

The current implementation is very slow (sorry lol). For 2000 images, processing can take more than 2 minutes.

We should look into adding a more efficient means of making the group photo.

A bonus would be completing this ticket as well in the process: https://github.com/fostive/gif-booth/issues/28

Maybe there is a way to achieve with the current image processing library (https://sharp.pixelplumbing.com/), but we should look into other libraries if needed.