Now many people have installed Linux, and there will be many problems in the application of Linux. This article gives you a detailed introduction to the Linux screenshot tool, which plays a certain role in learning the Linux screenshot tool. In Linux, the simplest screenshot tool is import.
Several common import commands are introduced to you:
1 import mypicture.jpg
Then you can use the range selected by the mouse
2 sleep 5; import mypicture.jpg
Wait for 5 seconds and then take the range selected by the mouse.
3 import-frame mypicture.jpg
Truncate the mouse-clicked window
4 import-window root mypicture.jpg
Captures the entire Screen and serves as the Print Screen key.
5 import-frame-window 0xe00003 mypicture.jpg
It is used to intercept a window whose ID is 0xe00003.
You can use the xwininfo command to obtain the window ID of a specific window.
Ps: The screenshot is completed. If you want to know its parameters, you can use the identify command to add the image file name. I hope you can learn the Linux screenshot tool import.
- Differences between soft and hard links in Linux
- Introduction to inode and soft-hardware links from Linux
- The Linux operating system no longer supports the anteng processor.
- Details about Linux recovery
- Describes how to install a wireless NIC Driver in Linux.