Did I really see that?
Overview
Screen Capture
The 15” Retina monitor is 2880 x 1800 pixels.
The 13” Wide screen Built-in display is 1280 x 800 pixels.
If I’m listening to a webinar and want to capture a screen before the speaker goes to the next topic,
when speed is of the essence, I capture the screen by pressing
⌘ + shift + 3.
The problem with this is since I have several monitors going at once,
a separate file is saved for each display.
The default location for screen captures is the Desktop folder. Each file is named with a date and time stamp, such as Screenshot 2015-02-04 xx.xx.xx.png. But if you have Dropbox installed, you can select images to be saved into a Snapshot folder.
PROTIP: Immediately go to the Finder and rename the file just captured.
If I’m working on a blog where I need to end up with a graphc file, I capture an area of the screen
by pressing
⌘ + shift + 4.
A “plus” cursor appears for me to position at the upper left corner of what I want to capture.
I then hold the mouse down and drag to the lower-right corner.
When I let go of the mouse the picture is saved to my Desktop folder.
PROTIP: The Mac’s default approach for screen capture makes use of a 3-key combination. I like to hold down shift and command using my right hand, then press 3 or 4 using my left hand. Specifically, the size of my hand is such that it’s more comfortable for me to press the command with my right index finger and the shift key with my right pinkie finger. Then I reach up to press the 3 or 4 with my left hand.
Others prefer to hold down the shift and command keys using their left hand, then reach over to press the 3 or 4 with their right hand.
Those who have been Boy Scouts may feel fine doing it all with one hand. But can this next idea be accomplished with one hand?
If I’m working on a word processing program, I can press
Shift+control+Command+4 to capture an area to the invisible Mac
clipboard instead of a desktop file.
However, it is not a good practice to paste graphics into Microsoft Word for Mac 2011 because the program automatically reduces the resolution of images. Furthermore, images fuzzy on Word because the program has different dpi resolutions. Word set default to 96 dpi, but the Mac is using 144 dpi or 72 dpi. So, Word will resize it and make it blur.
Change file type saved from png to jpg
By default png format files are generated, which are 5-8 MB large but lossless files.
To change the default file type to jpg, which generates smaller lossy files:
In a Terminal window, invoke:
defaults write com.apple.screencapture type jpg
The change will take effect after next restart.
But make these changes instant,
in a Terminal window, invoke:
killall SystemUIServer
Macs also come with the Grab program.
Working with Pictures in Preview
PROTIP: When working in Word, from Preview, save the cropped file as a JPG picture. Then in Word select menu Insert | Photo | Picture from file…
Double-clicking on a png file will open it in the use the built-in Preview app, which also reads pdf files.
To crop images, add text, or create transparent backgrounds and save in another format,
More on macOS
This is one of a series on macOS:
- MacOS Setup step-by-step, with automation
- MacOS Hardware and accessories
- MacOS dotfiles for System Preferences setup automation
- MacOS Boot-up
- MacOS Keyboard tricks
- MacOS Terminal Tips and Tricks
- Text editors and IDEs on MacOS
- MacOS Xcode.app and CommandTools (gcc)
- MacOS Command-line utilities
- Applications on MacOS
- 1password on MacOS
- Manage Disk Space on MacOS
- Screen capture on MacOS
- MacOS iPhone integration
- Linux and Windows on Apple MacOS
- Packer create Vagrant Windows image
- Python on MacOS
- Maven on MacOS
- Ruby on MacOS
- Node on MacOS installation
- Java on MacOS
- Scala ecosystem