General Improvements & Fixes #5

Merged
me merged 54 commits from dev into main 2025-09-19 13:31:54 -07:00
Showing only changes of commit 116087928d - Show all commits

View File

@@ -75,7 +75,7 @@ if [[ -n "$in_size" && "$size" != "$in_size" ]]; then
usage 1
fi
convert_exe="`which convert`"
convert_exe="`which convert` -strip"
if [[ "$convert_exe" == "" ]]; then
echo "ERROR: 'convert' command could not be found, "
echo "please install 'imagemagick'."