This is for advanced users. You can even take Screen Shots using terminal command screencapture. There are loads of options available to capture a screen, You can create your own custom scripts to take screen captures.

Some Terminal Screen Capture Examples :
screencapture -i ~/Desktop/myScreenCapture1.jpg
When you fire this command, the mouse pointer will turn into a cross-wire (interactive mode) and you can select an area on the screen and this file will be saved as myScreenCapture1 with jpg image format extension on the desktop.
screencapture -ix ~/Desktop/myScreenCapture2.tiff
Now we have added the -x option, so no sound will be played when the image is captured.
screencapture -ixC ~/Desktop/myScreenCapture3.png
Now we have added -C option too, so no sound will be played when the image is captured and even the Cursor will be captured in the image.
List of options available:
-c: It will force screen capture as a clipboard instead of a file.
-C : If you want to capture the cursor as well as the screen you can use this option
-i: It will capture the screen interactively, a cross-wire will appear and you can select a selection of the window.
-m: This will only capture the main monitor.
-M: It opens the taken picture in a new Mail message.
-o: This will not capture the shadow of the window.
-P: This will open the taken picture in a Preview window.
-s: Allow mouse selection mode only.
-S : capture the screen instead of the window.
-t: Save image format to create, default is png (other options include pdf, jpg, tiff, and other formats).
-T: Take the picture after a delay of seconds, the default delay is 5 seconds.
-w: This only allows window selection mode.
-W: This starts interaction in window selection mode.
-x: This will not play sound when screenshot is taken.
-a This option will not capture the attached windows.
-r This option will not add screen dpi metadata to a captured file.
files: where to save the screen capture, 1 file per screen.
Have Questions? Post them here!
- Location of eclipse.ini file on Mac OS X
- How to enable Do Not Disturb mode for Notification Center in Mac OS X 10.10 Yosemite
- Save webpage as pdf in Google Chrome for Mac OS X
- Spell check not working in Gmail : Mac OS X
- [Mac] To open Eclipse you need to install the legacy java se 6 runtime
- Mac OS X Error: Could not create the Java Virtual Machine
- Transfer files between Android and Mac OS X using usb cable
- Mac Studio Display Buzzing sound from the Monitor
- Kill or force quit stuck application or process in Mac OS X
- Take Screenshot on Mac OS X (Keyboard Shortcuts)
- vi undo redo command [Examples]
- Spotlight Search file path location on Mac OS X Mavericks or Yosemite
- Find Java JRE Installation location Mac OS X
- Take Screenshots on Mac OS without Keyboard
- How to See Hidden Folders and Files on macOS
- How to Setup maven on Mac (macOS)
- osascript wants to make changes while Android Studio Installation on Mac OS X
- Remove Applications from Startup Mac OS X
- Have you noticed MacOS Ventura About this Mac look like Mac OS X
- Find the location of Spotlight searched file
- Mac OS X Taking Screen Capture using Terminal
- Safari appends .html extension to files that are downloaded
- Open New tab using keyboard shortcut in Mac Terminal
- Mac OS X Stuck During Booting Gray Screen Logo and Spinner
- Disable Chrome Notification bell from Mac OS X menu bar
- Fix: Cannot contact reCAPTCHA. Check your connection and try again. - Google
- Java SE JDBC with Prepared Statement Parameterized Select Example - Java
- Comparator with Lambda Examples - Java
- Android read text file from internal storage - Android
- The Date Command and its usage [Linux - Unix - macOS] - Linux
- Are Windows Notepad files recoverable? - NotepadPlusPlus
- TextEdit save file with txt extension - MacOS
- Android Studio : Build Tools 23.0.0 rc1 is deprecated - Android-Studio