DEV Community

Madza
Madza

Posted on

How do you take screenshots?

In the past I've tried different methods from PrintScreen key to Lightshot extension in the browser. Tho, in first way I ended up using image editor to crop, in second - I was limited to browser only.

Since I'm on Win10, lately I use Win+Shift+S shortcut, select the area and image gets saved in Clipboard. If that's enough, I paste it and done. If not - I use PasteIntoFile to create a local image file without any image editor.

Any other methods you would recommend to try, considering quickness, ease of use and image accessibility after the capture?

Top comments (47)

Collapse
 
riidom profile image
riidom

When I had windows, I used GreenShot. I'm not sure if it's still around though. An important feature is (imo) to quickly upload to imgur or alike. Often I do screenshots to show something to another person.

Nowadays I often see gyazo links, but I don't know it first-hand.

Collapse
 
omarkhatib profile image
Omar

+1 , I use it also , what I like about it it's that he freeze the image so you can capture hover effect .
If u don't care for hover try the built-in snipping tools , just search for snipping tools in windows search.

Collapse
 
waylonwalker profile image
Waylon Walker

I use greenshot as well. I set it up to save to a directory and copy to the clipboard automatically, and not open up the editor.

Collapse
 
robole profile image
Rob OLeary

+1 for Greenshot

Collapse
 
madza profile image
Madza • Edited

GreenShot still is around and maintained.
Imgur is my go-to service for quick img share, as well :)

Collapse
 
devindford profile image
Devin Ford

I second greenshot, the quick built in editor is a game changer especially if you need to blur out any sensitivity info on the fly. Lightweight and easy to use, it’s one of the first things I install on any new windows pc.

Collapse
 
artis3n profile image
Ari Kalfus • Edited

I'm a penetration tester so I need to mark up my screenshots with arrows/text/etc. Snagit is the best for that.

If you just need to take a screenshot of your browser, there's one built into Firefox these days.

For Linux the best is Flameshot.

Collapse
 
jonnyeom profile image
Jonny Eom

Flameshot is my favorite. I tried so many. I wish it was usable on other OS's

Collapse
 
artis3n profile image
Ari Kalfus

If it wasn't for the fact that Snagit licenses are not subscription-based, I would probably not use it at all for flameshot. Snagit is definitely a cleaner image markup tool but flameshot gets me 80% of what I need.

Collapse
 
cravacuore profile image
Damián Cravacuore

Since I'm on linux with Plasma, I really like Spectacle. With some custom shortcuts I can take screenshots of whole screen, current window or to crop a rectangular region option.

Collapse
 
riidom profile image
riidom

That's currently my preferred choice as well. Important is the feature to delay the screenshot by x seconds, so you can catch a tooltip, open a dropdown menu or alike. I forgot to mention this in my other comment, but beside one-click-uploading, this is a must-have for a screenshot tool.

Collapse
 
nicolalc profile image
Nicola • Edited

On windows, I use WIN SHIFT S which is really useful because you have a different tools for screenshots, for example:

fancy

And I use WIN G to capture videos, if you have Xbox game bar is really useful.

Collapse
 
ricoet22 profile image
Kamil Pawlak

You can even bind PrintScreen key in Settings to automatically open the Win+Shift+S snipping tool 😁

Collapse
 
reg__ profile image
Adam Sawicki

My favorites:

  • PrintScreen for entire screen or Alt+PrintScreen for active window screenshot copied to clipboard.
  • Snipping Tool that ships with Windows.
  • Screenshot feature built-in in the AMD Radeon graphics driver.
Collapse
 
stojakovic99 profile image
Nikola Stojaković

macOS

  • Full screenshot: Command + Shift + 3
  • Custom screenshot: Command + Shift + 4 (+ Space if I want to take a screenshot of a window only)

Ubuntu

I use default Screenshot application.

Collapse
 
mauran profile image
Mauran Muthiah

I discovered Cleanshot X some while ago and tbh it's the best i've ever tried. I've previously been with

Monosnap (it was great, but now they want me to pay monthly just to have the ability to upload to FTP)
Ligthshot (it's fine)

Collapse
 
zasuh_ profile image
Žane Suhadolnik

If you are on Windows just use the Snipping tool to screenshot a certain section of something, or Print Scrn for a fullscreen shot and then paste it into Paint.

Collapse
 
yokotobe profile image
yokotobe

I use this app. It is ready to use if you are using Windows 10
support.microsoft.com/en-us/help/1...

Collapse
 
johnmunsch profile image
John Munsch

I really like Firefox's abilities to take browser screenshots of just a selected area, the entire visible portion of the page, and the entire page (including that you would have to scroll to see). It's built in and works great.

Collapse
 
fredyadriano90 profile image
Fredy Adriano Jimenez Martinez

I use lightshot native app app.prntscr.com/en/index.html

Collapse
 
hadenpf profile image
Haden

I can't live without ShareX - it's the most powerful, useful screenshot tool I've ever seen, and I've customized my config since about 2016 and I get the most pixel-perfect screenshots I could want!

Collapse
 
supunkavinda profile image
Supun Kavinda

I capture the whole screen with prt sc button and then paste it on onpaste.com edit it.

Collapse
 
supermario_ai profile image
SuperMario • Edited

Explain and Send Screenshots - Jason Savard Apps.

Works in Chrome and Chromium Edge.

Records as well, and works outside of the browser.

Donate as little as one dollar, and you get some great additional features, but the free version is already robust AF.

💯♥️🔥

Collapse
 
rafi993 profile image
Rafi • Edited

you can use chrome dev tools umaar.com/dev-tips/151-screenshot-...