# xwd-root-out {file}. xwd
ex) # xwd-root-out / tmp / screen.xwd
$ sdb shell
# xwd-root-out / tmp / screen.xwd
# exit
$ sdb pull / tmp / screen.xwd
-Root-out the name of the file to store the captured image capture means that the root window and says.
Xwd format file.
Where you saved the file, so you then copy it to the PC using sdb, using tools such as convert or GIMP, png or jpg convert if you will.
1 convert command to use [Update 2013/03/28]
simply using the convert command, xwd png or jpg and can not be converted. Conversion and at the same time, you can also adjust the size.
$ convert screen.xwd-resize 50% screen.png
command is converted to screen.png screen.xwd. Size-resize option is given, at the same time as above can also be changed.
Is installed you convert if it is not installed if you install the package imagemagick convert.
$ sudo apt-get install imagemagick
2 GIMP to
GIMP is an image editing tool you can also convert the image and change the size.
$ gimp screen.xwd
png or jpg, how to convert xwd image in the GIMP File -> Save As or File -> Export if you will.
So, following the original image will be saved. But other reference resolution of the phone now, 720x1280 because of the very size of screen captured image before using tools such as the GIMP, reducing the size of the image even better.
Simply as follows: if you do not have GIMP if you install the GIMP.
$ sudo apt-get install gimp
This article is from Genius, the worlds Taiji Return