Stream of Ry

Yet Another Geek In The World

Archive for the ‘imagemagick’ tag

Concatenating images with montage

leave a comment

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

You can check more use cases here or RTFM here. :)

Written by rystraum

August 19th, 2011 at 2:52 pm

Posted in Software

Tagged with , ,

import: Easy screenshots in Linux

3 comments

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 »

Written by rystraum

January 3rd, 2010 at 10:34 am