added scale to image

This commit is contained in:
Shihaam Abdul Rahman 2023-11-21 11:27:18 +05:00
parent 61e055ee84
commit b9aea5db34
Signed by untrusted user: shihaam
GPG Key ID: 6DA2E87EBC227636
3 changed files with 2 additions and 0 deletions

2
bot.sh
View File

@ -163,6 +163,7 @@ convert $download_meter \
-font $font \
-fill white \
-annotate +0+-15 $ookla_download_mbps \
-annotate +120+85 $MAX_DOWNLOAD_SPEED \
$speedtest_download_meter
convert $upload_meter \
@ -175,6 +176,7 @@ convert $upload_meter \
-font $font \
-fill white \
-annotate +0+-15 $ookla_upload_mbps \
-annotate +120+85 $MAX_UPLOAD_SPEED \
$speedtest_upload_meter
convert $camera_image \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB