To concatenate multiple images vertically:
montage image1.png image2.png -mode Concatenate -tile 1x output.png
To concatenate them horizontally, just change the -tile 1x to -tile x1
Yet Another Geek In The World
Pressing Print Screen in GNOME captures a screenshot of, well, the whole screen. (I’m assuming the same works for KDE too.)
What if you just want to capture a certain window or a certain area?
Read the rest of this entry »