Strip metadata from converted images.

This commit is contained in:
2025-06-16 18:01:59 -06:00
parent b6e820570f
commit 116087928d

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'."