Mastering Mac Screenshots: Your Essential Guide

Mastering Mac Screenshots: Your Essential Guide

I have a secret to tell you. Are you ready? Mac OS X screenshots are ridiculously handy. Yup, they’re like magical snapshots that capture whatever is on your screen in an instant. Want to capture an awe-inspiring vista, save a funny meme, or even create a step-by-step tutorial? Mac screenshots can do it all!

Let’s dive into the wonderful world of Mac OS X screenshots. We’ll start with the basics and work our way up to the most advanced techniques. By the end, you’ll be a screenshot superstar, impressing your friends and colleagues with your newfound skills.

First things first, let’s learn how to take a simple screenshot. To capture the entire screen, press Command + Shift + 3. Your screen will flash and a preview of the screenshot will appear in the corner of your screen. Easy peasy, right? But what if you only want to capture a specific portion of your screen?

Well, my friend, you’re in luck! Mac OS X has a nifty tool called the “Screenshot Utility” that lets you capture just what you need. To activate it, press Command + Shift + 4. Your cursor will turn into a crosshair, allowing you to select the exact area you want to capture. Simply click and drag to create a rectangle around your desired portion, and boom! You’ve got yourself a tailor-made screenshot.

But wait, there’s more! Say you want to capture a single window without any clutter. Mac OS X has your back. Hold down the Command key, press Shift, and then hit the number 4. Your cursor will turn into a crosshair again, but this time with a lovely little camera icon. Move your cursor over the window you want to capture, and it will be highlighted in blue. Just click, and voilà! You’ve successfully nabbed that window.

Now that you know the basics, let’s level up our screenshot game. Imagine you want to capture a screenshot and instantly annotate it, adding helpful arrows, text, or shapes. Mac OS X has an awesome feature called “Markup” that does just that. After taking a screenshot, a tiny preview of it will appear in the corner of your screen. Click on it, and a whole new world of annotation possibilities opens up. You can draw, write, highlight, and even add fancy text styles!

But the fun doesn’t stop there, my friend. If you’re an avid screenshot taker, you’ll love the power of keyboard shortcuts. Mac OS X lets you customize these shortcuts to save you time and effort. Want to change the default screenshot location? Done. Prefer a different file format? Easy peasy. You can even set up shortcuts to directly copy your screenshots to the clipboard or open them in your favorite image editor. The possibilities are endless!

So there you have it, my fellow Mac lovers. A comprehensive guide to Mac OS X screenshots that will take your skills to the next level. From simple captures to advanced annotation, your screenshots will never be the same. Embrace the power of Mac screenshots and let your creativity soar. Happy snapping!

Hey there! So, you want to know how to customize your screenshots on your Mac, huh? Well, you’re in luck! OS X comes with some awesome built-in tools for taking screenshots, and the best part is, you can customize pretty much everything about them. Let me show you how.

The Basics

Before we dive into all the customizable settings, let’s cover the basics of how to actually take screenshots (experienced users, feel free to skip ahead).
There are three main types of screenshots you can take in OS X: you can capture the entire screen, capture just the selected window, or capture a specific area. And guess what? There are handy keyboard shortcuts for each of them!
Command + Shift + 3: This one takes a screenshot of your whole screen. If you have more than one display, you’ll get a separate screenshot for each one.
Command + Shift + 4: This shortcut lets you capture a specific area. Once you hit this shortcut, your mouse cursor will turn into a crosshair, complete with pixel information. All you have to do is position the crosshair in one corner of the area you want to capture, click and hold the mouse or trackpad, then drag to select the area. Before you click, you’ll see the pixel count, which represents the coordinates of your display (with 0, 0 being the top-left corner). And once you start dragging, the pixel count will show you the size of the selected area.

Take a screenshot of a window: To capture a screenshot of a specific window on your computer, you can use the following keyboard shortcut: Command + Shift + 4 + Spacebar. First, press Command + Shift + 4, and then tap the Spacebar. You will notice that the crosshairs turn into a camera icon. Simply move this icon over the window you want to screenshot, and it will be shaded in blue. Click your mouse or trackpad once to capture a screenshot of that window only.

By using any of the shortcuts mentioned above, your screenshot will be saved as a file on your Desktop by default (we’ll explain how to change this location later on). However, if you hold down the Control key while using any of the keyboard combinations, the screenshot will be saved to your clipboard instead of being created as an image file.
Aside from the keyboard shortcuts, there is another way to take screenshots, which involves using the Grab app. This app can be found in the Utilities folder located within the Applications directory (/Applications/Utilities). In addition to the functions we discussed earlier, Grab also offers a timer option that automatically captures a screenshot ten seconds after activating it.

Using Terminal

Now that you’ve got the basics down, let’s dive into the customization options. First, we need to use Terminal to follow the steps in this guide. You can find Terminal in the Utilities folder within your Applications folder. If you’re in a hurry, you can quickly launch Terminal by searching for it with Spotlight.
Once you’re in Terminal, remember to type the following command after each change to make sure it takes effect:

killall SystemUIServer

If you forget to do this, you won’t see the changes until you restart your Mac. And don’t worry, if you want to go back to the default settings, you can easily reverse any changes by entering the command with the default values. So feel free to experiment with the different options.
Alright, let’s get into the options for customizing your OS X Screenshots:

Change the type of screenshot image

By default, OS X saves screenshots as PNG (Portable Network Graphics) files. PNG files are great because they can have transparent backgrounds, but they might not be suitable for everyone. To change the default file format, open Terminal and enter the following command:

defaults write com.apple.screencapture type [format]

In the command above, replace [format] with one of the following file formats (click on each link to learn more about them):

For example, if you want to use JPEG as the default file format, just enter “defaults write com.apple.screencapture type jpg” in Terminal. You can change it as many times as you want by entering the command with a different format.

Change the default name for screenshots

By default, OS X names each screenshot “Screen shot [date] at [time].” For instance, a screenshot taken on Friday, March 1st at 9:29 PM would be saved as “Screen shot 2013-03-01 at 9:29 PM.”
You can’t remove the date and time from the name, but you can easily change “Screen shot” to something else. Just enter the following command in Terminal and press Return:

defaults write com.apple.screencapture name [file name]

Replace [file name] with the name you want to use for your screenshots. If it’s just one word, you can simply type it instead of [file name]. But if it’s a phrase with spaces, use quotation marks. For example, if you’re taking screenshots for a book and want to organize them by chapter, enter:

defaults write com.apple.screencapture name “Chapter 1”

This will name your screenshots “Chapter 1 2013-03-01 at 9:29 PM.” Remember to update the Terminal command for each new chapter in your book.

Change the default location for saving screenshots

By default, screenshots are saved to your desktop. This is convenient for occasional screenshots, but if you take a lot of them, it can clutter up your desktop.
To set a custom location for saving screenshots, first, create or select a folder where you want them to go. Then, go to Terminal and enter this command:

defaults write com.apple.screencapture location

After “location,” press the spacebar once, then drag and drop the folder you want to use into the Terminal window. This will automatically enter the folder’s path. Finally, press Return to activate the command.
Alternatively, you can manually type the destination, but dragging and dropping is quicker and eliminates any typos. For example, if you want to save screenshots to a “Screenshots” folder in your user’s Pictures folder, type:

defaults write com.apple.screencapture location Users/[username]/Pictures/Screenshots/

Dragging the folder from Finder into Terminal achieves the same result.

Disable drop shadow on windows

One cool feature of OS X is the automatic drop shadows that appear when you take a screenshot of a window using the Command-Shift-4-Space command. However, some users might not want this. If that’s the case, enter the following Terminal command:

defaults write com.apple.screencapture disable-shadow -bool true

If you change your mind and want the drop shadow back, simply go back to Terminal and type:

defaults write com.apple.screencapture disable-shadow -bool false

Check out the image above to see the difference between a screenshot with drop shadow enabled and disabled in OS X. It’s really easy to change these settings back to their default values, so feel free to play around and find what works best for you. With the built-in screenshot tools in OS X, most people will have everything they need to take great screenshots for their projects. But if you want more options, you can always try third-party apps like Skitch or LittleSnapper.

Easily Eject Drives at Boot in Mac OS X with Automator

21 thoughts on “The Complete Guide to Mac OS X Screenshots”

The Dude says:

In my opinion, it’s a good idea to disable the Full Screen screen capture abilities in OSX. You can do this in Preferences by going to Keyboard, then Shortcuts, then Screenshot. Leave Command-Ctrl-Shift-4 enabled so that you can be sure you’re capturing exactly what you want to share. This way, you won’t have to worry about accidentally sharing something embarrassing.

Pingback: – Walt Irby

BondSan says:

One problem with the command shift 4 option is that it takes the clip immediately after you release the mouse key. Other clipping apps, like the one for Windows, let you draw a box around what you want to capture and then make fine adjustments before taking the screenshot.

Leave a Comment

Do not miss this experience!

Ask us any questions

Get in touch