i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
for f in *.tiff ; do echo $f; done
for f in *.tiff; do convert -crop 384x384+48+35 $f out/$f; done
rm(list=ls())