Proof of concept automatic alignment routine using correlation
[stop_motion.git] / tank_battle / down.sh
diff --git a/tank_battle/down.sh b/tank_battle/down.sh
new file mode 100755 (executable)
index 0000000..fbbb3a8
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+for i in IMG_*.jpg
+do
+  j=`echo $i |sed -e 's/IMG/down/'`
+  convert $i -resize 2145x1428 $j
+done