hanzhi713 / image-collage-maker

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

BUG: CSV Output reports all tiles loaded, not tiles used #21

Closed Pizzanomicon closed 1 year ago

Pizzanomicon commented 1 year ago

The anticipated behavior for the CSV output is that the software would record each tile used- so if 987 tiles are loaded in to generate a 10x10 collage, 100 rows would be created (101 with the header) Instead, the CSV implementation writes out 987 rows (988 with the header).

Pizzanomicon commented 1 year ago

Apologies, this was addressed in c7f6833, my mistake!