May 2013
Beginner to intermediate
384 pages
7h 40m
English
Taking screenshots is another common day-to-day activity for any computer user. It becomes even more important for administrators that maintain GUI applications running on computers and automate them. It is important to take screenshots when a particular event happens, to figure out what is going on in a GUI application.
We will be using a tool from the suite of programs called ImageMagick, which was used in the previous recipe as well. Install it using your package manager.
Let's get started with using the import command from ImageMagick to take screenshots:
$ import -window root screenshot.png
Read now
Unlock full access