20 Popular Command-Line Tips for Linux
Dec 26, 2010, 15:04 (1 Talkback[s])
(Other stories by Craciun Dan)
[ Thanks to Chris7mas for this link.
]
"Take a screenshot in command-line
"Taking a screenshot in command-line is very easy using the
import tool, which is included in the ImageMagick suite. To take a
screenshot of a single window use:
import filename.png
"To take a screenshot of a single window and include window
decorations, use:
import -border filename.png
"To take a screenshot of the entire screen or a region,
type:
import filename.png
Complete Story
Related Stories: