+1

There are several command line programs that are part of that suit, like example mogrify, convert, etc.

For example: to resize a picture:

$ mogrify -resize 640x480 picture.jpg
As for any...