import
Capture some or all of an X server screen, and save the image to a file. Part of the ImageMagick library. More information: <https://imagemagick.org/script/import.php>.
Install
- All systems
-
curl cmd.cat/import.sh
- Debian
-
apt-get install graphicsmagick-imagemagick-compat
- Ubuntu
-
apt-get install openerp6.1-core
- Arch Linux
-
pacman -S plan9port
- Kali Linux
-
apt-get install graphicsmagick-imagemagick-compat
- Fedora
-
dnf install openerp7
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install openerp6.1-core
- OS X
-
brew install plan9port
- Raspbian
-
apt-get install graphicsmagick-imagemagick-compat
- Dockerfile
- dockerfile.run/import
Capture some or all of an X server screen, and save the image to a file. Part of the ImageMagick library. More information: <https://imagemagick.org/script/import.php>.
-
Capture the entire X server screen in the PostScript image format:
import -window root output.postscript
-
Capture contents of a remote X server screen in the PNG format:
import -window root -display remote_host:screen.display output.png
-
Capture a specific window, given its ID as displayed by `xwininfo`, into the JPEG format:
import -window window_id output.jpg
© tl;dr; authors and contributors