In response to the old topic:
Resize and crop multiple images with ImageMagick
[
webmasterworld.com ]
You can use mogrify to crop multiple images like this:
mogrify -crop +75+0 *.jpg
It will look for all of the files in the current folder with the .jpg extension and crop them from 75 pixeles from the left and 0 from the top