Strip metadata from converted images.
This commit is contained in:
@ -75,7 +75,7 @@ if [[ -n "$in_size" && "$size" != "$in_size" ]]; then
|
|||||||
usage 1
|
usage 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
convert_exe="`which convert`"
|
convert_exe="`which convert` -strip"
|
||||||
if [[ "$convert_exe" == "" ]]; then
|
if [[ "$convert_exe" == "" ]]; then
|
||||||
echo "ERROR: 'convert' command could not be found, "
|
echo "ERROR: 'convert' command could not be found, "
|
||||||
echo "please install 'imagemagick'."
|
echo "please install 'imagemagick'."
|
||||||
|
Reference in New Issue
Block a user