···2222 if test $isOpaque = "False"
2323 echo "Will replace transparency with solid color!"
24242525- set -a arguments "-transparent white"
2525+ set -a arguments -background white -alpha remove -alpha off
2626 end
27272828 if test $aspectRatio != "1"
2929 echo "Will adjust the image's cropping!"
30303131- set -a arguments "-gravity center -crop 1:1"
3131+ set -a arguments -gravity center -crop 1:1
3232 end
33333434 magick $fileName $arguments -quality 100% -verbose ${outputName}