Einfaches Erstellen von Screen-Shots

Heinz Mathys  24 February 2012 09:40:18
Immer wieder kommt man in die Situation, dass man ein Foto vom aktuellen Bildschirm jemandem zusenden möchte. Dazu gibt es eine Vielzahl von Third-Party-Applikationen, obwohl das Betriebssystem grundsätzlich diese Funktion auch zur Verfügung stellt.

Windows

Unter Windows kann einfach mittels der Taste [PrtScr] (Print Screen) ein Abbild des aktuellen Bildschirms erstellt werden. Zusammen mit der [Alt]-Taste kann auch nur das aktuell aktivierte Fenster 'fotografiert' werden.

Hinweis: Weitere Applikationen wie z.B. Office 2010 haben zusätzlich Buttons für das Erstellen von Screen-Shorts.

Mac

Es stellte sich mir gestern das Problem, dass ich auch auf einem MacIntosh dieselbe Funktion benötigte. Mit Hilfe von 'google' habe ich folgende Tastaturkombinationen gefunden:
  • Command-Shift-3: Take a screenshot of the screen, and save it as a file on the desktop
  • Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on the desktop
  • Command-Shift-4, then space, then click a window: Take a screenshot of a window and save it as a file on the desktop
  • Command-Control-Shift-3: Take a screenshot of the screen, and save it to the clipboard
  • Command-Control-Shift-4, then select an area: Take a screenshot of an area and save it to the clipboard
  • Command-Control-Shift-4, then space, then click a window: Take a screenshot of a window and save it to the clipboard

Zusätzlich gibt es ab OS Leopard folgende Zusatzfunktionen beim Selektieren des abzubildenden Bereichs (via Command-Shift-4 oder Command-Control-Shift-4):
  • Space, to lock the size of the selected region and instead move it when the mouse moves
  • Shift, to resize only one edge of the selected region
  • Option, to resize the selected region with its center as the anchor point

Das Format der abgelegten Dateien auf dem Desktop ist je nach Mac OS unterschiedlich. Soweit ich sehe sind dies:
  • Mac OS X 10.2 (Jaguar): jpg
  • Mac OS X 10.3 (Panther): pdf
  • Ab Mac OS X 10.4 (Tige: png
Wobei man via Terminal-Applikation (zu finden unter /Applications/Utilities/Terminal) das Format auch ändern kann
defaults write com.apple.screencapture type [image_format]

Dabei ist das Argument [image_format] eines der folgenden Werte: tiff, pdf, png, bmp oder pict (vermutlich auch noch weitere Bildtypen).
Hinweis: killal-Befehl 'killall SystemUIServer' kann verwendet werden, damit man nicht nochmals neu einloggen muss damit die Änderung wirksam wird

Im Mac steht mit der Applikation 'Grab' eine zusätzliche Applikation für die 'Maus-User' bereit (zufinden unter /Applications/Utilities/Grab) oder falls es einmal ganz schnell gehen muss, kann in der Preview-Appplikation unter (File  Grab submenu) ebenfalls einfach ein Screen-Shot erstellt werden.

Um das ganze abzurunden, seit hier auch noch der Terminal-Befehl screencapture kurz erwähnt (nützlich z.B. wenn man Screen-Shots innerhalb eines Scripts machen möchte):
screencapture -iW ~/Desktop/screen.jpg


Tipp für das iPhone

Mittels Kombination des Sperrbuttons (oben am iPhone) und des Menü-Buttons (Button auf der Vorderseite) kann ebenfalls einfach ein Bildschirmfoto erzeugt werden. Dieses wird bei den Fotos abgelegt.
Comments Disabled