summaryrefslogtreecommitdiff
path: root/synopticChart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'synopticChart.sh')
-rwxr-xr-xsynopticChart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/synopticChart.sh b/synopticChart.sh
index 0ffac8c..f209beb 100755
--- a/synopticChart.sh
+++ b/synopticChart.sh
@@ -42,7 +42,7 @@ if [ "$curlExit" -gt 0 ]; then
exit "$curlExit"
fi
-magick -density 300 "${latestChart}" "${dateTime}.png"
+magick -density 300 "${latestChart}" -resize 1920x1080 "${dateTime}.png"
mv "${latestChart}" "${RAW_DIR}/"
cp "${dateTime}.png" "${ARCHIVE_DIR}/"