LinuxCommandLibrary

magick-import

captures screenshots from X11 displays

TLDR

Capture screenshot

$ magick import [screenshot.png]
copy
Capture specific window
$ magick import -window [window-id] [output.png]
copy
Capture root window
$ magick import -window root [desktop.png]
copy
Capture after delay
$ magick import -pause [5] [screenshot.png]
copy
Capture region
$ magick import -crop [800x600+100+100] [output.png]
copy

SYNOPSIS

magick import [options] output

DESCRIPTION

magick import captures screenshots from X11 displays. Part of ImageMagick. Can capture the entire screen, specific windows, or selected regions. Outputs to any supported image format.

PARAMETERS

-window id

Capture specific window.
-pause seconds
Delay before capture.
-crop geometry
Capture specific region.
-frame
Include window frame.
-screen
Capture entire screen.

SEE ALSO

magick(1), scrot(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community