Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-04 00:14:12 +00:00
parent cdeb1d6bc9
commit c4f575222c
33 changed files with 232 additions and 151 deletions

View File

@@ -5,18 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
---
# import
> Capture some or all of an X server screen, and save the image to a file.
> Part of ImageMagick.
> More information: <https://imagemagick.org/script/import.php>.
> This command is an alias of `magick import`.
- Capture the entire X server screen into a PostScript file:
- View documentation for the original command:
`import -window root {{path/to/output.ps}}`
- Capture contents of a remote X server screen into a PNG image:
`import -window root -display {{remote_host}}:{{screen}}.{{display}} {{path/to/output.png}}`
- Capture a specific window given its ID as displayed by `xwininfo` into a JPEG image:
`import -window {{window_id}} {{path/to/output.jpg}}`
`tldr magick import`