#!/bin/bash
for i in `seq -w 0 216` ; do ii=`echo $i|sed 's/^0*//'` ; convert -crop 800x480+$((ii*16))+0 ../edged.png frames/${i}.png ; done
