Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: Use more unique images as tiles #17

Open
vineeththomasalex opened this issue Jan 15, 2022 · 3 comments
Open

Improvement: Use more unique images as tiles #17

vineeththomasalex opened this issue Jan 15, 2022 · 3 comments

Comments

@vineeththomasalex
Copy link

Currently, the same image is used for many tiles. Even in the GameOfThrones example, there are several duplicates. Provide a way to increase number of unique tiles.
How can we tweak get_best_fit_tile() to get more unique images?
We could add a tile_usage_score for each tile in tiles directory. Then factor this score into diff, so that a tile that has been overused will get trumped by another tile(which might not be the best fit, but close enough).

@hanzhi713
Copy link

You can take a look at my project which considers this
https://github.com/hanzhi713/image-collage-maker

@Pizzanomicon
Copy link

Would love to see this implemented as well!

@kpj
Copy link

kpj commented May 5, 2024

I took a stab at this in #22, feel free to give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants