Games

How to Install and edit photos in Shutter on Ubuntu 18.04

Introduction to Shutter

Shutter is a powerful screenshot tool for Linux, known for its extensive features that go beyond simple screen captures. Not only can it take screenshots of the entire screen or sections, but it also offers basic photo editing tools that allow users to annotate, add effects, and modify images directly within the application. This guide will walk you through how to install Shutter on Ubuntu 18.04 and make the most of its editing capabilities.

Installation of Shutter on Ubuntu 18.04

Step 1: Update Your System

Before installing any new software, it’s essential to update your system’s package list. Open your terminal by pressing Ctrl + Alt + T and enter the following command:

bash
sudo apt update && sudo apt upgrade

This command fetches the most recent package lists and upgrades any outdated packages. Keeping your system updated ensures that you avoid potential compatibility issues during the installation process.

Step 2: Add the PPA for Shutter

Ubuntu 18.04 does not include Shutter in its default repositories, but you can easily add a Personal Package Archive (PPA) to access the software. In the terminal, type the following command:

See also  How to install Code Blocks on Ubuntu 20.04

bash
sudo add-apt-repository ppa:shutter/ppa

After adding the PPA, you should update the package lists again to incorporate the new repository:

bash
sudo apt update

Step 3: Install Shutter

Now that you have added the necessary repository, you can install Shutter. Enter the following command in your terminal:

bash
sudo apt install shutter

Once the installation is complete, you can launch Shutter from your applications list or by typing shutter in the terminal.

Navigating the Shutter Interface

Upon launching Shutter, you’ll encounter a straightforward interface that makes navigation simple, even for newcomers. The main window consists of several components:

  • Capture Options: You can choose to capture the entire screen, a specific window, or a selected area.
  • Thumbnail Viewer: Displays your recent captures.
  • Special Effects: A panel where you can access annotations and editing tools.

In this interface, you’ll mostly work within the capture options and the editing tools, which we’ll explore in detail later.

How to Capture Screenshots

Taking a Full-Screen Screenshot

To capture your entire desktop, click on the ‘Selection’ dropdown in the main window and select ‘Full Screen’. A preview will pop up, displaying your desktop. Confirm by clicking on the ‘Capture’ button.

Capturing a Specific Window

If you want to capture a particular application window, simply select ‘Window’ from the dropdown. Click on the window you wish to capture, and Shutter will automatically take the screenshot.

Selecting an Area

For capturing a specific portion of your screen, select ‘Selection’. Click and drag your mouse to define the area you want to capture. Release the mouse button to take the screenshot.

See also  Ghosts of New Eden on GeForce Now on a Chromebook

Editing Photos in Shutter

With your screenshot captured, it’s time to delve into the editing features offered by Shutter. Here’s how to edit your screenshots efficiently.

Accessing the Editor

Once you’ve captured your screenshot, it will automatically open in Shutter’s built-in editor. The editing interface includes a variety of tools that can enhance your images.

Basic Image Editing Tools

Shutter’s editor is equipped with several basic tools that serve various purposes:

  • Crop: Remove unwanted sections of your screenshot. Select the crop tool, then drag to define the area you wish to keep. Click ‘Crop’ to apply.

  • Resize: Adjust the dimensions of your image. You can specify the width and height manually or maintain the aspect ratio.

  • Rotate: In case your screenshot is not aligned correctly, use the rotate tool to adjust it by a specified degree.

Adding Annotations

Life is often about communication, and Shutter recognizes this need with its annotation tools. Here’s how to utilize them:

  • Text Annotations: Click on the text tool, then click on the image where you want to add text. Choose the font, size, and color to ensure that your message stands out.

  • Arrows and Shapes: Highlight specific areas of your screenshot by using arrows or shapes such as circles and rectangles. This is particularly useful for showcasing features in a tutorial or documentation.

Applying Effects

Shutter comes with a collection of visual effects that can enhance your images. You can add shadows, borders, and even color effects. To apply these, simply select the respective option, and Shutter will display a preview for your review.

Saving and Sharing Your Edited Photos

Saving Your Work

Once you are satisfied with your edits, you can save the image. Click on ‘File’ then ‘Save As’. Choose the desired format (JPG, PNG, etc.), adjust the quality if necessary, and select the location where you want to store it.

See also  How to install AbiWord on a Chromebook

Sharing Options

Shutter also allows you to share your creations directly through various platforms. You can share images via email, upload them to hosting services, or even copy them to the clipboard for easy pasting elsewhere.

Troubleshooting Common Issues

While Shutter generally works smoothly, you might encounter the occasional glitch. Here are some common issues and how to resolve them:

  • Shutter won’t launch: This may be due to a missing dependency. Ensure that you have all necessary packages installed. You can reinstall Shutter by running:

    bash
    sudo apt remove shutter
    sudo apt install shutter

  • Screen capture doesn’t work: If you’re unable to take screenshots, check your permissions and ensure that you have the necessary system settings in place.

Conclusion

Shutter is an invaluable tool for both casual users and professionals who require screen capture and editing capabilities. Its user-friendly interface and robust editing features make it a go-to choice in the Ubuntu ecosystem. Whether you’re documenting a problem, creating tutorials, or simply sharing information, mastering Shutter enhances your ability to convey messages visually.

FAQ

1. What formats can I save screenshots in using Shutter?

Shutter allows you to save screenshots in several formats, including PNG, JPG, and BMP. You can choose your preferred format in the “Save As” dialog.

2. Does Shutter support plugins?

Yes, Shutter supports plugins that enhance its functionality. You can find additional plugins in the Shutter community or explore developer resources for custom options.

3. Can I capture videos with Shutter?

No, Shutter does not support video capture. For video recording on Ubuntu, consider using tools like Kazam or OBS Studio.

4. How do I uninstall Shutter if I no longer need it?

To uninstall Shutter, simply input the following command in your terminal:

bash
sudo apt remove shutter

This command will remove the software and its associated dependencies.

5. Is Shutter available for other Linux distributions?

While Shutter is specifically packaged for Debian-based systems like Ubuntu, it can be built from source for other distributions. Refer to the documentation on the Shutter website for more details.

6. Can I use keyboard shortcuts in Shutter?

Yes, Shutter has several keyboard shortcuts that streamline the capture process. You can view these shortcuts in the Shutter settings menu for improved workflow efficiency.

About the author

Jeffrey Collins

Jeffrey Collins

Jeffery Collins is a Microsoft Office specialist with over 15 years of experience in teaching, training, and business consulting. He has guided thousands of students and professionals in mastering Office applications such as Excel, Word, PowerPoint, and Outlook. From advanced Excel functions and VBA automation to professional Word formatting, data-driven PowerPoint presentations, and efficient email management in Outlook, Jeffery is passionate about making Office tools practical and accessible. On Softwers, he shares step-by-step guides, troubleshooting tips, and expert insights to help users unlock the full potential of Microsoft Office.