Shutter – The Best Screen Capture Software For Linux

screen capture for linuxI seldom use the word ‘best’ when it comes to reviewing apps, but when it comes to Shutter, it really is the best screen capture tool that I have ever used in Linux.

Shutter (previously known as Gscrot) is just like a swiss army knife for all your screen capture tasks in Linux. There are plenty of features packaged into the software: some allow you to perform screen capture easily and quickly, while others enable you to process the screenshots more efficiently. I am surprised that it even contains features that are not found in some commercial software.

Screen Capture Ability

In Shutter, there are plenty of options that you can use to capture screenshots. Under each option, there are sub-options for you to choose from. Be it taking a snapshot of your screen, an application window or a web page, you will never run out of ways to capture the image.

screen capture linux

Selection

As its name implies, this option allows you to take a screenshot of a selected region. There are two modes to this: Simple and Advanced. The simple mode is simply dragging your mouse across the screen to highlight the region that you want to capture. In the Advanced mode, a lightbox overlay is displayed on the screen instead and you can mark out the region you want to capture.

Shutter Selection advanced mode:

screen capture linux gnome

Full screen

Most, if not all, screen capture tools allow you to capture full screen images. What is different in Shutter is that you can select which virtual desktop that you want to capture.

For example, if you are on the first desktop and you wanted to capture the screen of the fourth desktop, you just need to select the Compiz x:3,y:0 option and it will automatically move to the fourth desktop, take the screenshot, and return back to the first desktop with the image.

Window

Assuming you have opened several applications and you wanted to take a snapshot of the application window, this is where you would go to select the window you want to capture. The default option is to capture the last active window.

Section

This function supposedly allows you to select a section of the window. Despite trying it out several times, I still do not understand how it works. Hopefully the developer can provide more documentation on this section.

Web

If you are thinking of taking the full length screenshot of a web page, but are hindered by your screen size (most webpages are longer than your screen size), then this Web feature allows you to easily grab the screenshot of any webpage without you having to open your browser and view the page.

Other features

Inbuilt image editor

If you think this is the end of Shutter, then you are wrong. Shutter also comes with a simple inbuilt image editor that you can use for image editing. Don’t expect it to be like Adobe Photoshop, but it is definitely good enough for simple touch ups.

Plugin

One of the features that I love in Shutter is the plugin system that allows you to add image manipulation to the images. Some of the plugins include raised border, jigsaw pieces and many other interesting plugin scripts that you can use.

Clipboard

Another nifty feature about Shutter is that once you have captured a screenshot, it is automatically copied to the clipboard so that you can immediately paste it to your favorite image editor (such as GIMP) for editing.

Upload

Yes, there is a upload feature where you can upload your screenshots to several image hosting sites. One thing though, I have not heard of or even used any of the image hosting sites that it supports. Hopefully it can integrate with Flickr, Picasa or Photobucket in the future.

Conclusion

What I mentioned above is only some of the best features in Shutter and there are still plenty of options for you to explore. Compared with all the different screen capture applications that I have used in Linux, this is really the best that I can recommend. If you have not tried it, get it now.

If you have tried any other Linux screen capture software which you prefer, please do share it with us in the comments.


MakeUseOf Recommends

Damien Oh

Damien Oh is an all-out technology geek who loves to tweak and hack various operating systems to make life easier. Check out his blog at MakeTechEasier.com where he shares all the tips, tricks and tutorials.

The comments were closed because the article is more than 180 days old.

If you have any questions related to stuff mentioned in the article or need help with any computer issue, just ask it on MakeUseOf Answers.

Hide 11 Comments

  • Vadim P. March 9, 2009
    0 likes

    The way “Section” works is that first to select a window, and then a piece inside it – like a button, the toolbar, or a text area.

    | Like
    • Damien Oh March 10, 2009
      0 likes

      Thanks for clearing my doubt. I have been exploring it and can’t come up with any conclusion.

      | Like
  • Michele March 14, 2009
    0 likes

    I was looking for a Snag-it alternative for Linux. Seems like you found it. Great!

    | Like
    • Damien Oh March 15, 2009
      0 likes

      I am sure you won’t regret it.

      | Like
  • vlademir April 6, 2009
    0 likes

    Is reallly a good one, use it you will love ot

    | Like
  • jwillar May 22, 2009
    0 likes

    great tool,
    Linux really needed this caliber of screen capture app. I have a question though about it capturing a web page as a one page image. It is also exported as a one page PDF file with the PDF plugin. Is there a way to get the one page to re-paginate to multiple pages?

    Thanks, jwillar

    | Like
    • Vadim June 2, 2009
      0 likes

      1) Crop the existing image to DIN A4 pages and add them to a multipage
      pdf

      convert “$FILE” -crop 595×842 -adjoin -page a4 “$FILE.pdf”

      see
      http://www.imagemagick.org/script/command-line-options.php?#page
      for more pixel values (letter, lettersmall etc.)

      2) Crop the existing image to DIN A4 pages and add them to a multipage
      pdf, BUT scale the image’s width to DIN A4 instead of cropping

      convert “$FILE” -crop x842 -adjoin -page a4 “$FILE.pdf”

      3) Scale the image to DIN A4 size

      convert “$FILE” -page a4 “$FILE.pdf”

      | Like
  • javier June 15, 2009
    0 likes

    Sounds like a great tool but it does not install in Slackware.

    The installation process fails.

    Anyone knows hot to install it in Slackware?

    | Like
  • danny0085 February 1, 2010
    0 likes

    Give a try to latest software for linux (debian,ubuntu,suse,fedora)

    tips-linux.net/en/software

    | Like