hanzhi713 / image-collage-maker

A photo mosaic (pixel collage) maker. Use all your friends' profile pictures to approximate your profile picture! 如何用 Python 制作一个炫酷的微信好友图
MIT License
150 stars 14 forks source link

[Feature] Multiple output #19

Closed Drjacky closed 1 year ago

Drjacky commented 1 year ago

Imagine there are 20 images. You set the collage to be 2x2 Is it possible to address the folder (that includes all 20 images) and results in 5 collage photos? (each has 4 images on it)

hanzhi713 commented 1 year ago

Yes, it's possible. You can just create a 10x2 collage and cut it into 5 pieces. If you want a photomosaic, then also concatenate the destination image.

hanzhi713 commented 1 year ago

I'm extremely busy recently, and I won't be able to provide an implementation. But it is not hard to do, so maybe you can try to implement yourself.

hanzhi713 commented 1 year ago

Closing the issue. If people really need this feature, I can add to my todo list.