Friday, August 10, 2012

Screen Shot using Terminal in Ubuntu


Ubuntu provide gnome-screenshot command to take screen shot using terminal.

1. Capture entire screen

$ gnome-screenshot
2.Capture only the current window

$ gnome-screenshot -w
3.Take Screenshot after some delay

$ gnome-screenshot -w -d 5
-d 2 used here to delay the screen shot by 5 seconds.

4. Capture a particular area

$ gnome-screenshot -a
5. Take screen shot including window border

$

0 comments:

Post a Comment