How to take partial screen shots?

6,268

Solution 1

Press Shift+PrtSc. It will give you an area selection option. Select your desired part and you will get the partial screenshot.

Solution 2

GNOME Screenshot

The program Screenshot is included with Ubuntu.

It allows you to take a screen shot of the entire screen, the current window or an area of the screen.

enter image description here

Solution 3

I would recommend the program flameshot.

Install with:

sudo apt-get update
sudo apt-get install flameshot

Flameshot can capture screenshots of any rectangular area of the screen. It also has extensive built-in drawing and annotation tools in case you want to edit, highlight, or blur part of the screenshot.

It provides a simple drag-a-rectangle UI for the screenshot, and afterwards allows simple modifications such as adjusting the rectangle and adding arrows and boxes to draw attention to certain parts of your selection. It further allows you to store the image on the clip board, save it as a file, or open it with another editor.

It also allows annotation.

Solution 4

Maybe I'm missing something... GNOME already comes with this feature, Ctrl + Shift + PrntScrn to send to clipboard. As said here:

GNOME Shell shortcuts

On GNOME Shell (Ubuntu 17.10+) we have built in shortcuts to save screenshots directly to ~/Pictures:

screenshot

Hints to remember them:

  • Source: Shift → Surface/Area (else the whole screen). or Alt → Current window.
  • Destination: Ctrl → to Clipboard (else to ~/Pictures).

I usually disable "Print" to avoid generating garbage on ~/Pictures if I miss F12 (which I use a lot with Guake) and accidentally press it.

Solution 5

I'm a big fan of "Shutter". It is easy to install in 20.04.

sudo add-apt-repository -y ppa:linuxuprising/shutter
sudo apt-get update
sudo apt-get install -y shutter

Either way, Shutter can be started from the terminal, with the ability to select just a part of the screen with:

shutter -s

That will open the manual selection tool, allowing you to take screenshots of just the areas you want to save.

You can also bind this to your shortcut keys just like you'd bind the keys for any other application. (The way to do this will vary based on your Ubuntu flavor.)

If you use shutter -h in the terminal, you'll see that it's pretty feature-rich. One of the better features is the ability to take screenshots of entire web pages, even scrolling to capture the entire page. To see an example of that, click here. (It's too large to reasonably embed in this reply.

If you want to enable editing, that's pretty easy. It supports automated uploading to a number of sites and gives you back a variety of URL formats. You can also add your own sites with FTP.

Share:
6,268

Related videos on Youtube

Abhi4mu
Author by

Abhi4mu

I'm a engineering student

Updated on September 18, 2022

Comments

  • Abhi4mu
    Abhi4mu over 1 year

    When I'm pressing the PrtScn ("Print Screen") button, it's taking a screenshot of the whole screen. But many times I want only some part of the screen as a screenshot.

    How to do that?

    • pierrely
      pierrely over 3 years
      gnome-screenshot -a and make a ubuntu custom keyboard shortcut for it.
    • val is still with Monica
      val is still with Monica over 3 years
      Apparently, KDE's Spectacle (default screenshot tool in KUbuntu) already have this feature.
    • Jamie Lindsey
      Jamie Lindsey over 3 years
      I use spectacle, and i find it the best of all the screenshot tools
    • ljrk
      ljrk over 3 years
      Hi, please consider accepting the answer posted by ticking the check-mark next to it. This will mark the question as solved.
  • rafa11111
    rafa11111 over 3 years
    Also, ctrl+shift+prtsc will send the screenshot to the clipboard instead of saving it.
  • ljrk
    ljrk over 3 years
    And using Alt allows you to select a single window only.
  • digiwizkid
    digiwizkid over 3 years
    @C.S.Cameron yes by default it will go to Pictures, if you want to save it to clipboard use Ctrl+Shift+PrtSc
  • Geppettvs D'Constanzo
    Geppettvs D'Constanzo over 3 years
    flameshot rules!
  • Abhi4mu
    Abhi4mu over 3 years
    Thank you guy, worked.
  • digiwizkid
    digiwizkid over 3 years
    Please consider accepting this answer. Thanks
  • Chris H
    Chris H over 3 years
    @ljrk's comment is often the quickest way to document something
  • llogan
    llogan over 3 years
    If a WM/DM theme works for 20 years, why change it?