Что такое команда оболочки для приложения скриншота тире?
Я знаю, что в Ubuntu я могу использовать приложение Screenshot, с помощью которого я могу сделать снимок экрана для выбранного окна. Это означает, что приложение уже есть в Ubuntu. Какая команда командной строки для этого приложения? (Я знаю, что gnome-screenshot позволяет нам сделать весь снимок экрана, но я хочу выбрать регион при съемке.)
1 ответ
Решение
Чтобы получить скриншот окна, используйте эту команду gnome-screenshot -w
Чтобы захватить область, используйте эту команду gnome-screenshot -a
вот ссылка на источник http://manpages.ubuntu.com/manpages/bionic/man1/gnome-screenshot.1.html
-c, --clipboard
Send the grab directly to the clipboard.
-w, --window
Grab the current active window instead of the entire screen.
-a, --area
Grab an area of the screen instead of the entire screen.
-b, --include-border
Include the window border within the screenshot.
-B, --remove-border
Remove the window border from the screenshot.
-p, --include-pointer
Include the pointer with the screenshot.
-d, --delay=SECONDS,
Take the screenshot after the specified delay [in seconds].
-e, --border-effect=EFFECT,
Add an effect to the outside of the screenshot border. EFFECT can be ``shadow''
(adding drop shadow), ``border'' (adding rectangular space around the screenshot)
or ``none'' (no effect). Default is ``none''.
-i, --interactive
Interactively set options in a dialog.
-f, --file=FILENAME
Save screenshot directly to this file.
--display=DISPLAY
X display to use.
-?, -h, --help
Show a summary of the available options.