Image processing library with command-line tools for manipulation
Image processing library
identify
convert
display
montage
$ identify image.jpg
$ convert input.png -resize 800x600 output.jpg
$ montage *.jpg -tile 3x3 -geometry 200x200 output.png