wallpaper: lower a lot the scale score

This commit is contained in:
Vincent Bernat 2024-08-15 11:57:56 +02:00
parent c414e90c28
commit 4a685dd932

View file

@ -234,7 +234,7 @@ def get_best_parts(
groups: set[tuple[Rectangle, ...]],
images: list[Image],
ratio_score: int = 100,
scale_score: int = 60,
scale_score: int = 5,
wallpaper_score: int = 2,
) -> Optional[list[WallpaperPart]]:
"""Find optimal association for images for the groups of covering rectangles.