Linux command
import.im6 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Capture entire screen
import.im6 screenshot.png
Capture by clicking window
import.im6 window.png
Capture root window
import.im6 -window root screen.png
Capture with pause
import.im6 -pause [3] screenshot.png
说明
import.im6 is the ImageMagick 6 version of the import screen capture tool. It captures X Window screenshots to various image formats. This legacy version is maintained for compatibility with scripts depending on ImageMagick 6 behavior.
参数
- -window _ID_
- Capture specific window or "root".
- -pause _SECONDS_
- Delay before capture.
- -frame
- Include window frame.
- -crop _GEOMETRY_
- Crop captured image.
- --help
- Display help information.
FAQ
What is the import.im6 command used for?
import.im6 is the ImageMagick 6 version of the import screen capture tool. It captures X Window screenshots to various image formats. This legacy version is maintained for compatibility with scripts depending on ImageMagick 6 behavior.
How do I run a basic import.im6 example?
Run `import.im6 screenshot.png` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -window _ID_ do in import.im6?
Capture specific window or "root".