codebox / mosaic

Python script for creating photomosaic images
https://codebox.net/pages/photo-mosaic-image-maker
MIT License
537 stars 166 forks source link

Implement selection of tile from multiple best fitting ones #22

Open kpj opened 6 months ago

kpj commented 6 months ago

Sometimes the mosaic can be improved by not only using the best fitting tiles, but one of the few best matching ones.

This PR keeps track of all tile scores and updates the tile selection function to select one of multiple matching tiles.

ptd006 commented 2 weeks ago

Quick comment to say this simple approach gives acceptable results for me so far, thanks for posting.