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" }