what dose this do
#!/bin/bash#stack-imgs.sh files-to-stack ..., needs imagemagickconvert "$@" -gravity center -append "stacked-output.png"