magick import
all
Capture some or all of an X server screen and save the image to a file. See also: `magick`.
More info →Examples (3)
Capture the entire X server screen into a PostScript file
magick import -window root path/to/output.psCapture contents of a remote X server screen into a PNG image
magick import -window root -display remote_host:screen.display path/to/output.pngCapture a specific window given its ID as displayed by `xwininfo` into a JPEG image
magick import -window window_id path/to/output.jpgmade by @shridhargupta | data from tldr-pages