How to take screenshots in Mac OS X?

27

11

How do I take screenshots in Mac OS X?

Sagar R. Kothari

Posted 2009-07-31T19:29:00.303

Reputation: 4 267

Answers

56

  • Command + Shift + 3 takes a picture of the whole screen;
  • Command + Shift + 4 takes a picture of a portion of the screen;
  • Command + Shift + 4, then Spacebar, allows you to take a picture of a particular screen element (a window, the Dock, the menubar, etc.)

If you want to put the screenshot on the clipboard (rather than creating an image file), hold down control while pressing the key combo.

mipadi

Posted 2009-07-31T19:29:00.303

Reputation: 3 980

2No ctrl is necessary in any of those – Louis Gerbarg – 2009-07-31T19:31:50.030

16@Louis Gerbarg If you don't use control it will create an image file on your desktop, if you do it will only copy it to the clipboard – None – 2009-07-31T19:38:47.490

8

Applications -> Utilities -> Grab

Not as easy as Print Screen, but gives you some more options.

agent oranje

Posted 2009-07-31T19:29:00.303

Reputation:

Grab only allows files to be saved in .tiff format, which is an awkward limitation. Many common applications don't support .tiff files, hence using Grab involves adding file conversion steps to your workflow (e.g., using Preview). – Arthur Small – 2016-02-20T19:03:12.710

7

You can press Cmd-shift-3 to dump the whole desktop as an image in your ~/Desktop folder, or Cmd-shift-4 to grab a sub area. Hit Cmd-shift-4 then press the spacebar to switch to grabbing a whole window.

There's also /usr/sbin/screencapture if you want to script it, etc.

Mike Kale

Posted 2009-07-31T19:29:00.303

Reputation: 241

On Windows I use mspaint for simple graph process, on MacBook Pro, what tools to use? – George2 – 2010-05-14T03:55:53.230

1

There's no handy built-in alternative (that I know of). Acorn (http://flyingmeat.com/acorn/) turns into a free lightweight image editor after the demo runs out though. You might give that a try.

– Mike Kale – 2010-05-14T04:06:56.403

Thanks! I find Acorn is not free, do you mean the one called "ACorn for free"? – George2 – 2010-05-14T04:55:09.517

Thanks Mike! Question answered! I have started another discussion for image editing software from http://superuser.com/questions/141020/basic-picture-editing-software-for-mac

appreciate if you could help further there. :-)

– George2 – 2010-05-14T05:13:01.127

6

If you're a command-line junkie, check out man screencapture. It's surprisingly full-featured.

For example:

# Capture interactively - allow you to grab a portion of the screen
# Save item as snap.jpg
screencapture -i snap.jpg

# Capture interactive and open immediately in Preview
screencapture -iP snap.jpg

There are also options to pop the snap into a Mail.app right away (if you use that), for time delay, for including or removing the cursor, for window based or selected captures and so on.

Telemachus

Posted 2009-07-31T19:29:00.303

Reputation: 5 695

3

If you are taking screenshots a fair bit, I reccomend LittleSnapper. Fantastic piece of software, and it can hide away in your menu bar and supports publishing to flickr, etc.

EvilChookie

Posted 2009-07-31T19:29:00.303

Reputation: 4 519

2

Jing is pretty good at this: http://www.jingproject.com/ The CMD+SHIFT+(3 or 4) is OK, but extremely limited.

I've assigned a CTRL + PRINT SCREEN keyboard shortcut for Jing, it's much more effective than the default. Plus, you can annotate the screenshots you take. I also turn off the 'little sun orb' thing, that's just a useless gimmick. But once you set it up, Jing can prove to be very powerful.

I also have Little Snapper (from a bundle), but it's much less mature and has a few annoying quirks.

Zoran

Posted 2009-07-31T19:29:00.303

Reputation: 999

1

If your not using Skitch, your doing it wrong. Serously, when it comes to grabbing an image, adding to it, sharing online, searching past clippings, or anything else screengrab related Skitch is far and away the best screen capture app out there for the Mac. And it's free

Don't believe me? watch the demo: Demo. In all seriousness this is close to my all time most essential OS X app.

Bryan Schuetz

Posted 2009-07-31T19:29:00.303

Reputation: 1 494

The beta is free, true. But it might not be free after the long-lasting beta. And that might be a serious issue with all the Skitch-hosted images posted in forums... http://tinyurl.com/mvebp4 (I actually put the URLs of the sites where I use my Skitch-hosted images in the comments of those images. Just in case...)

– Arjan – 2009-09-25T11:13:03.950

It's close to your "all time most essential OS X app"? How many screenshots do you take in a day? – Telemachus – 2009-09-25T22:13:19.383

A lot, all day long. To get feedback on design work by sharing an image with the team, to trouble shoot problems people might be having by sending them a screenshot of a settings pane, to just share random coolness on the web via twitpic, etc. I use skitch all day long. – Bryan Schuetz – 2009-10-04T12:45:41.393

0

the built in screen shot for mac is pretty good (as explain in other answer above, and I use that myself at home).

but if you would like a bit more control, a bit more options (a lot more actually), like taking video, or editing the screen-shots (remove sensitive information, adding numbers, arrows etc), then you should try Snagit it is not free, but I find that it is simply the best, and I use this at work all the time.

Sverre

Posted 2009-07-31T19:29:00.303

Reputation: 338