wallpaper: bump a bit the scale score

This commit is contained in:
Vincent Bernat 2024-08-22 08:53:16 +02:00
parent 0870cdefe6
commit ef9d36a253

View file

@ -236,7 +236,7 @@ def get_best_parts(
groups: set[tuple[Rectangle, ...]],
images: list[Image],
ratio_score: int = 100,
scale_score: int = 10,
scale_score: int = 20,
multiple_wallpaper_score: int = -50,
) -> Optional[list[WallpaperPart]]:
"""Find optimal association for images for the groups of covering rectangles.