From 4a685dd932f946c092cea44d61cd2b1a097db249 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 15 Aug 2024 11:57:56 +0200 Subject: [PATCH] wallpaper: lower a lot the scale score --- bin/wallpaper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wallpaper b/bin/wallpaper index e42df54..f24c8a3 100755 --- a/bin/wallpaper +++ b/bin/wallpaper @@ -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.