Snip It Tool For A Mac

Windows has about a billion screen capture tools (give or take), but we dig PicPick's huge list of options, built-in photo editor, ability to upload photos to FTP, and its $0 price tag.

If you're not familiar with screenshots, read our beginner's guide.

How to Take a Screenshot or Picture of What's On Your Computer Screen

There are a couple of reasons you might want to take a screenshot (a.k.a., screen capture or screen …

Snipping tool on mac that deserves to try free online screenshot. To do this, make sure the screen that you'd to take a screenshot of is at forefront. Holding control in addition to any of the. Apowersoft Mac Screenshot. Apowersoft Mac Screenshot is a powerful screen capturing tool for Mac. Just like other snipping tools for Mac in this list, this app also surpasses the built-in Mac tool for capturing your desktop. Actually there are many Snipping Tool alternative on Mac, such as the built-in Grab for Mac, it can be used to take screenshots on Mac, but it can automatically save screenshot in TIFF format. You need to use the 'Preview' app to change the format.

Read more Read

Advertisement

PicPick

Platform: Windows
Price: Free
Download Page

Features

  • Take screenshots of your entire screen, the active window, a region, and more
  • Set up tons of customizable hotkeys
  • Annotate your screenshots with arrows, text, and more using PicPick's built-in, ribbon-style editor
  • Crop, resize, and rotate images
  • Add effects like blur, sharpen, color balance, and more
  • Magnify your screen as you take your screenshots for increased precision
  • Upload images to an FTP server after snapping

Where It Excels

PicPick offers you a ton of different options, both for taking screenshots and editing your photos. You can select your screenshot using 7 different methods, each of which can have its own customizable hotkey. You can choose to include the cursor (or not), choose the output type and quality of your screenshots, and choose where they go—including being uploaded to an FTP server of your choice. It also has an easy to use image editor built-in, perfect for annotating your photos with arrows, text, and more. Simply put, it's the most full-featured screenshot tool that you'll find for the low, low price of $0.

Advertisement

Where It Falls Short

PicPick is far from perfect, however. Its annotations aren't the most attractive on the block (though neither are most Windows programs'), and its image editor has a ton of tiny little annoyances that can get on your nerves after awhile. For example, when you add text to an image, you have to choose its color from a enormous color palette, which isn't the same simple one you use for arrows and other shapes (making matching your colors a pain). It also doesn't remember all your settings for certain shapes, like arrows, so you'll have to choose its shape and add a drop shadow every time you draw one, if you like those settings. Also, after adding text, if you accidentally add a box around the text, you can't remove it. Which is kind of absurd. We also wish you could upload photos to more than just an FTP server, whether that be to services like Flickr or a simple sharer like Skitch's.

Advertisement

The Best Screen Capture Tool for Mac OS X

OS X already offers a means of capturing screenshots with a few keyboard shortcuts, but if you want …

Read more Read

Lastly, PicPick now comes with crapware bundled in the installer, which is very bad! However, it lets you opt out, so as long as you make sure you 'Decline' the offers at the end of the installation, you shouldn't have any problems.Update: Thankfully, PicPick has wised up and removed the crapware in the installer, so you can now install it cleanly.

How To Snip A Picture On Mac

Advertisement

The Competition

Skitch is our favorite for OS X, and now that it's finally available on Windows, it's one of PicPick's top competition. However, we love Skitch for different reasons: it's incredibly simple rather than feature-filled. Just snap a screenshot, annotate it, and save it to Evernote or save it as an image. It's missing a lot of PicPick's customizability, which is why it didn't make our top slot—but it's annotation is much easier and prettier, so if that's what you're after, Skitch is a good choice. I personally use a combination of Skitch and Lightscreen (see below) to get the best of both worlds: Lightscreen for fast and customizable screenshots, and Skitch for easy, pretty annotations.

Advertisement

Snagit is about the most full-featured, well put together screenshot tool you can ask for, but it costs a whopping $50. Unless you're need it in a professional environment, $50 is a ludicrous amount for a screenshot tool, so we couldn't bring ourselves to put it up as the best. But, if you're just going by features and and the looks of the final product, Snagit takes the cake.

Jing, from the makers of Snagit, is also very popular. It's similar to PickPic, but with a better sharing feature that'll send your image to Flickr, Twitter, or Facebook. It also does screencasts, which is a nice addition, but it also makes the program pretty slow—which is annoying as heck when all you want is a quick screenshot. I also wasn't a fan of the way its text annotation required a white box around all your text.

Advertisement

Greenshot is a slightly less feature-filled, yet similar app to PickPic. We mention it because it's popular, but we don't see any advantage to using it over PickPic. Still, if you don't like PickPic for whatever reason, Greenshot is one of the most similar apps you'll find for free.

FastStone Capture is a $20 program that brings a few extra features to your screenshots, like sending them in a Word or PowerPoint presentation, screencasting, and more formats. It isn't better than PickPic enough to warrant the $20 price tag in our opinion, but it's a good alternative (with a free trial available) if PickPic isn't for you.

Advertisement

Lastly, if all you want is basic screenshot taking, you can try Windows' built-in Snipping Tool or the slightly more feature-filled Lightscreen. Snipping Tool lets you capture screenshots and that's it, while Lightscreen offers a delay before taking, the ability to choose your format and save location, and a few other basic features. Lightscreen is very lightweight, which is nice, so if you don't need features like a built-in editor, it's a great tool to try.

Many of you undoubtedly have your own favorite screenshot tool, so if we didn't mention it here, tell us about it in the comments.

Advertisement

Lifehacker's App Directory is a new and growing directory of recommendations for the best applications and tools in a number of given categories.

Advertisement

Active1 year, 7 months ago

I'm looking for .NET code which performs the same as Snipping Tool - capturing a screen area.I believe it uses hooks. Would be interesting to know how does it highlight the selected fragment.

Update:Found http://www.codeproject.com/KB/vb/Screen_Shot.aspx . Though people say it's missing some important files for proper compilation.

SharpAffair
SharpAffairSharpAffair
2,86412 gold badges67 silver badges145 bronze badges

3 Answers

The snipping tool effect isn't difficult to implement in Windows Forms. Add a new form to your project and name it 'SnippingTool'. Make the code look like this:

Usage:

Hans PassantHans Passant
813k113 gold badges1390 silver badges2171 bronze badges

Snip It Tool For Mac Download

This is a modified @Hans's version that is compatible with multiple monitors and works well with DPI scaling (tested on Windows 7 and Windows 10).

Usage:

Snip tool for mac air

Note you need a helper class to get the actual monitor resolution and avoid problems with DPI scaling. This is the code:

Here is the complete source code

thepirat000

Snip Tool For Mac Os

thepirat000

Snip It Tool For Windows 10

8,8023 gold badges31 silver badges53 bronze badges

It takes a full-screen screenshot, then (probably) copies it, applies the translucent effect & displays it. When you click-drag it can then overlay the corresponding region from the original capture.

You can get a screenshot using CopyFromScreen() or using the GDI API.

Snip Tool For Mac Download

Alex K.Alex K.
145k23 gold badges215 silver badges252 bronze badges

Not the answer you're looking for? Browse other questions tagged .netscreenscreenshotcapture or ask your own question.