location: Diff for "screenshot"

Institute of Mathematics - PublicMathWiki:

Differences between revisions 6 and 21 (spanning 15 versions)
Revision 6 as of 2011-08-29 09:29:54
Size: 1759
Editor: crose
Comment:
Revision 21 as of 2021-02-05 10:01:10
Size: 2294
Editor: eseide
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Screenshot under SunRay =
= General =
 * '''simple''':
  * press `Print Screen`: '''whole Desktop'''.
   * You find the `Print Screen` (or in german `Druck`) key in the top row above `Insert, Home, Page Up`).
  * press `Alt + Print Screen`: '''active window'''.
  * Next Step:
   * Save the file and load it to the desired application (image editor, or upload to a webpage, ...), '''or'''
   * copy it to the clipboard, switch to a image editor (f.e. Gimp) and paste the image there
 * '''advanced''':
  * Applications > Accessoires > Take Screenshot
  * Options:
   * Select 'delay' in seconds to snapshot
   * Choose: a) full screen, b) only active window, c) specify region with the mouse.
  * If you use 'Take Screenshot' regulary, put it in your top panel:
   * right mouse button over the panel > Add to panel > Double click 'Application Launcher' > click on '+' of Acessoires > scroll down and select 'Take Screenshot' > click 'Add' > click 'Close'.
 * Further editing:
  * Gimp: Applications > Grafics > Gimp.
  * Short introduction: http://www.youtube.com/watch?v=8LmW5ndnEqw
= Screenshot =

 * Standard tool: [[https://github.com/lupoDharkael/flameshot|flameshot]], i.e. screenshot with graphical editor; Applications > Graphics > Flameshot
 * (mate-screenshot) Applications > Accessoires > Take Screenshot

When you press Print-Screen (key: 'prt scn' or 'print' or 'druck') the screen will get a dark overlay and you can select the area you want to screenshot and immediately start editing the image.

Features:
 * Adjustable selection
 * Copy to clipboard or save to disk
 * Highlight or blur parts of the screenshot
 * Place markings such as arrows, circles and rectangles on the image
 * Optional direct upload (no account needed) to http://imgur.com to share the screenshot online

{{attachment:animatedUsage.gif}}

== command line ==

For more advanced user, 'scrot' is a command line tool that takes screenshot of either fullscreen, current window or selection area. You can bind this command to the printscreen key if you visit `System > Hardware > Keyboard Shortcut` and scroll down to the custom keybinds. There you will see the Printscreen function and can edit it to execute one of those:

{{{
# Create a screenshot of the entire screen in your home directory with a datetime stamp
scrot ~/%y%m%d_%H%M.png

# Create a screenshot of the current window in your home directory
scrot -ub ~/%y%m%d_%H%M.png

# Opens a selection tool to select the area to screenshot
scrot -s ~/%y%m%d_%H%M.png
}}}

For advanced info on scrot type `man scrot` in a terminal.
Line 22: Line 35:
Line 27: Line 41:
  * Login to the wiki homepage.   * Log into the wiki homepage.
Line 31: Line 45:
  * Copy the command '''[[attachment:screenshot.png]]''' to the clipboard.
  * Edit the page: go to the

[[attachment:UZH.png]]
  * Copy the command `[[attachment:screenshot.png]]` to the clipboard.
  * Edit the page: choose '''Text mode''' not 'GUI Mode'!
  * Insert the command `[[attachment:screenshot.png]]`. Replace `[[` with `{{` and `]]` with `}}`
  * Save the work.

Screenshot

  • Standard tool: flameshot, i.e. screenshot with graphical editor; Applications > Graphics > Flameshot

  • (mate-screenshot) Applications > Accessoires > Take Screenshot

When you press Print-Screen (key: 'prt scn' or 'print' or 'druck') the screen will get a dark overlay and you can select the area you want to screenshot and immediately start editing the image.

Features:

  • Adjustable selection
  • Copy to clipboard or save to disk
  • Highlight or blur parts of the screenshot
  • Place markings such as arrows, circles and rectangles on the image
  • Optional direct upload (no account needed) to http://imgur.com to share the screenshot online

animatedUsage.gif

command line

For more advanced user, 'scrot' is a command line tool that takes screenshot of either fullscreen, current window or selection area. You can bind this command to the printscreen key if you visit System > Hardware > Keyboard Shortcut and scroll down to the custom keybinds. There you will see the Printscreen function and can edit it to execute one of those:

# Create a screenshot of the entire screen in your home directory with a datetime stamp
scrot ~/%y%m%d_%H%M.png

# Create a screenshot of the current window in your home directory
scrot -ub ~/%y%m%d_%H%M.png

# Opens a selection tool to select the area to screenshot
scrot -s ~/%y%m%d_%H%M.png

For advanced info on scrot type man scrot in a terminal.

Workflow to put images to the Wiki

  • Activate the window to take screenshot of (left mouse click inside window).
  • Press Alt + Print Screen

  • Save it.
    • Default destination is your 'Desktop'. If you already have a file called 'Screenshot.png' there, a number will be appended to the filename.
  • Wiki:
    • Log into the wiki homepage.
    • Select the desired page (view, not edit!!!).

    • Click on Attach File (bottom of the page).

    • In File to uplaod select the file and press Upload.

    • Copy the command [[attachment:screenshot.png]] to the clipboard.

    • Edit the page: choose Text mode not 'GUI Mode'!

    • Insert the command [[attachment:screenshot.png]]. Replace [[ with {{ and ]] with }}

    • Save the work.

PublicMathWiki: screenshot (last edited 2021-02-05 10:01:10 by eseide)