From c6e20fdb6faddbaf386bf20f15e61f39551a6f27 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Fri, 15 Jul 2022 09:46:56 +0200 Subject: [PATCH] Even smaller previews --- Docker/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/utils.sh b/Docker/utils.sh index b7023f7..d914b14 100644 --- a/Docker/utils.sh +++ b/Docker/utils.sh @@ -75,7 +75,7 @@ grab_screen_to_public(){ rm -f "$tempfile" scrot "$tempfile" vips crop "$tempfile" "$croppedfile" 0 24 2856 1564 - vips resize "$croppedfile" "$scaledfile" 0.2 + vips resize "$croppedfile" "$scaledfile" 0.1 mv -f "$scaledfile" "$filepath" }