Proof of concept automatic alignment routine using correlation
[stop_motion.git] / tank_battle / down.sh
1 #!/bin/sh
2 for i in IMG_*.jpg
3 do
4   j=`echo $i |sed -e 's/IMG/down/'`
5   convert $i -resize 2145x1428 $j
6 done