These are about half of them from a single round (click to see the whole thing)
(I could not catch all of them because sometimes I was in the heat of the battle).
______________
P.S.: Some of my imagemagick notes:
- Code: Select all
# 'widthxheight!+left+top'
for a in *g; do convert -crop '106x100!+1232+302' "$a" "$a"; done
for a in *g; do convert -crop '133x37!+1189+118' "$a" "$a"; done
for a in ../lagometer/*g; do convert -background "#000000" -append ../timestamps/`basename "$a"` ../lagometer/`basename "$a"` `basename "$a"`; done