Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
apps:xfce4-screenshooter:usage [2022/06/27 19:48] – [Command-line examples] andreldm | apps:xfce4-screenshooter:usage [2025/01/15 23:12] (current) – [xfce4-screenshooter - Usage] kevinbowen | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | {{ :xfce:xfce.screenshooter.png? | + | {{ :apps:xfce4-screenshooter.png? |
====== xfce4-screenshooter - Usage ====== | ====== xfce4-screenshooter - Usage ====== | ||
* **[[#Taking a screenshot|Taking a screenshot]]** | * **[[#Taking a screenshot|Taking a screenshot]]** | ||
* **[[#After capturing|After capturing]]** | * **[[#After capturing|After capturing]]** | ||
- | * **[[#Host on Imgur|Host on Imgur]]** | + | * **[[#Hosting |
* **[[# | * **[[# | ||
Line 18: | Line 18: | ||
===== Taking a screenshot ===== | ===== Taking a screenshot ===== | ||
- | <figure "Take a screenshot"> | + | <figure "xfce4-screenshooter Main Dialog Window"> |
- | {{: | + | {{:apps:xfce4-screenshooter: |
</ | </ | ||
Line 33: | Line 33: | ||
? Select a region | ? Select a region | ||
! Allows you to select a region to be captured by clicking and dragging a rectangle over the area of screen that you wish to capture, before releasing the mouse button. You can also press Ctrl while dragging to move the rectangle. | ! Allows you to select a region to be captured by clicking and dragging a rectangle over the area of screen that you wish to capture, before releasing the mouse button. You can also press Ctrl while dragging to move the rectangle. | ||
- | ? Capturing | + | ? Capture |
- | ! The {gui> | + | ! This option allows you to select whether the screenshot will include |
+ | ? Capture the window border | ||
+ | ! This option allows you to select whether the screenshot will include the window border. Only available for the Active window region. | ||
+ | |||
+ | For an explanation about {gui> | ||
- | ---- | ||
==== Delay before capturing ==== | ==== Delay before capturing ==== | ||
Line 50: | Line 53: | ||
After pressing the {gui>OK} button a second window will be displayed: | After pressing the {gui>OK} button a second window will be displayed: | ||
- | <figure " | + | <figure "xfce4-screenshooter |
- | {{: | + | {{:apps:xfce4-screenshooter: |
</ | </ | ||
Line 69: | Line 72: | ||
? Open with | ? Open with | ||
! The {gui> | ! The {gui> | ||
- | ? Host on Imgur | + | ? Custom Action |
- | ! The {gui>Host on Imgur} option allow you to host your screenshot on this free online hosting service, so that you can share it easily with other people. Imgur automatically generates a tiny, medium, and full-size image of your screenshot, which can be used to create thumbnails pointing to the full size screenshot. | + | ! The {gui>Custom Action} saves the screenshot to the system' |
- | + | ||
- | <note important> | + | |
- | + | ||
- | ! Since 1.9.9 a hidden option is available to toggle the visibility of "Host on Imgur" | + | |
[[|Back to Top]] | [[|Back to Top]] | ||
---- | ---- | ||
- | ===== Host on Imgur ===== | + | ===== Hosting |
- | + | ||
- | After selecting {gui> | + | |
- | + | ||
- | <figure "Imgur image link"> | + | |
- | {{: | + | |
- | </ | + | |
- | + | ||
- | The dialog below will give you the links to the full size screenshot, the large thumbnail, the small thumbnails, as well examples of HTML, Markdown and BBcode to create a thumbnail pointing to the full size screenshot: | + | |
- | + | ||
- | <figure "Imgur Embed into code dialog"> | + | |
- | {{: | + | |
- | </ | + | |
- | + | ||
- | The dialog below will give you the links to delete the image off of the Imgur website. The link will only be shown once. Make sure to save it if you think you might be deleting this image: | + | |
- | + | ||
- | <figure "Imgur deletion dialog"> | + | |
- | {{: | + | |
- | </ | + | |
- | Linking images | + | As of the Xfce 4.18 release this option has been removed, Alternatively, |
[[|Back to Top]] | [[|Back to Top]] | ||
Line 111: | Line 92: | ||
? The -w option | ? The -w option | ||
- | ! The -w option allows you to take a screenshot of the active window. | + | ! The -w or --window |
? The -f option | ? The -f option | ||
- | ! The -f option allows you to take a screenshot of the entire screen. | + | ! The -f or --fullscreen |
? The -r option | ? The -r option | ||
- | ! The -r option allows you to select a region to be captured by clicking and dragging a rectangle over the area of screen that you wish to capture, before releasing the mouse button. | + | ! The -r or --region |
? The -d option | ? The -d option | ||
- | ! The -d option followed by a positive integer allows you to set the delay before taking the screenshot when the -w, the -f or the -r option is given. | + | ! The -d or --delay |
? The -s option | ? The -s option | ||
- | ! The -s option followed by the path to an existing folder allows you to set where the screenshots are saved. This option only has an effect if the -w, the -f or the -r option is given. | + | ! The -s or --save |
+ | |||
+ | ? The -S option | ||
+ | ! If the -S or --save option is given, the saved screenshot is shown in the file manager. This option only has an effect if the -s option is given. | ||
? The -o option | ? The -o option | ||
- | ! If the -o option is given, followed by an application name, the screenshot will be saved to the system' | + | ! If the -o or --open |
- | ? The -u option | + | |
- | ! If the -u option is given, the screenshot will be hosted on Imgur. See above for more details. This option only has an effect if the -w, the -f or the -r option is given. | + | ? The -i option |
+ | ! If the -i or --imgur | ||
+ | |||
+ | ? The -c option | ||
+ | ! If the -c or --clipboard option is given, the screenshot will be copied to the system clipboard. This option only has an effect if the -w, -f or -r option is given. | ||
+ | |||
+ | ? The --no-border option | ||
+ | ! If the --no-border option is given, the window borders are removed from the screenshot. | ||
+ | |||
+ | ? The --supported-formats option | ||
+ | ! If the --supported-formats option is given, all the supported image formats will be listed, results can vary depending on installed pixbuf loaders. This option cancels out the other options, prints the list and the program exits. | ||
===== Command-line examples ===== | ===== Command-line examples ===== | ||
Here is a small collection of examples demonstrating what is possible to accomplish with little shell-fu and some creativity. | Here is a small collection of examples demonstrating what is possible to accomplish with little shell-fu and some creativity. | ||
- | Some of the commands below were extract | + | Some of the commands below were extracted |
For increased convenience, | For increased convenience, | ||
Line 142: | Line 141: | ||
[[|Back to Top]] | [[|Back to Top]] | ||
---- | ---- | ||
- | [[: | + | [[: |