rln
animated gif from imagemagick
put the list of files into a file ls -1 foo*.jpg > /var/tmp/jpglist rename randomly named files in numerical order cat /var/tmp/jpglist|perl -e’$i=1;while ($name=) { chomp $name;$new=”week” . $i . “.jpg”;system (“cp $name $new”);;$i++};’ resize all 13 files named week[number].jpg, add the Week[number].jpg to the lower right hand corner of Read more