
In today’s digital world, screenshots have become an integral part of our daily tasks, whether for work, studies, or personal projects. They help us capture and share information quickly and efficiently. However, capturing scrolling windows or long webpages can be a bit tricky, especially on Ubuntu. This article will guide you through some of the top tools for capturing scrolling windows on Ubuntu.
There are several top screenshot tools available for capturing scrolling windows on Ubuntu, including Firefox Dev Console, Shutter with gnome-web-photo plugin, Awesome Screenshot, WebPage Screenshot Chrome extension, GoFullPage Chrome extension, Miro.com, and a custom Python script. Each tool offers unique features and capabilities to help you capture and share information efficiently.
Firefox Dev Console
Firefox is not just a web browser; it also comes with a built-in developer console that can be used to capture screenshots of entire webpages. Here’s how to do it:
- Open the developer console by pressing
Shift
+F2
. - Then, use the command
screenshot fileName --fullpage
to save a screenshot of the entire webpage.
In this command, fileName
is the name you want to give to your screenshot. The --fullpage
parameter tells Firefox to capture the entire webpage, not just the visible part.
If you want to copy the screenshot to your clipboard instead of saving it as a file, use the command screenshot --clipboard --fullpage
.
You can also set a delay before the screenshot is taken using the --delay seconds
parameter. Replace seconds
with the number of seconds you want to wait before the screenshot is taken.
Shutter with gnome-web-photo plugin
Shutter is a feature-rich screenshot tool available for Linux. It can capture a specific area, the whole screen, or even a webpage. By installing the gnome-web-photo plugin, Shutter can also capture tall, scrolling webpages and local file locations.
To install the gnome-web-photo plugin, use the command sudo apt-get install gnome-web-photo
.
After installing the plugin, open Shutter and click on the globe icon. Enter the URL of the webpage you want to capture, and Shutter will take care of the rest.
Awesome Screenshot
Awesome Screenshot is a browser plugin designed for capturing webpages. It allows you to capture the visible part, any region, or the entire page. You can also annotate the screenshot with shapes, arrows, and text, making it a great tool for creating tutorials or presentations.
You can install Awesome Screenshot from the Chrome Web Store or the Firefox Add-ons page.
WebPage Screenshot Chrome extension
WebPage Screenshot is a Chrome extension that allows you to capture entire webpages with a single click. After capturing the screenshot, you can save it as an image file or PDF, or you can copy it to your clipboard.
You can install WebPage Screenshot from the Chrome Web Store.
GoFullPage Chrome extension
GoFullPage is another Chrome extension that provides a simple and efficient way to capture scrolling windows. It captures the entire webpage and then allows you to download it as an image or PDF.
You can install GoFullPage from the Chrome Web Store.
Miro.com
Miro.com offers a Chrome extension that allows you to capture scrolling windows. It provides options to choose the desired area to capture and offers easy editing and sharing features.
You can install the Miro extension from the Chrome Web Store.
Custom Python script
For those who prefer a more customized solution, a Python script can be used to capture screenshots of scrolling windows. This script allows you to manually select the files and stitch them together. However, this requires a good understanding of Python and might not be suitable for beginners.
In conclusion, there are several tools available for capturing scrolling windows on Ubuntu. Each tool has its own features and capabilities, so you can choose the one that best suits your needs. Whether you’re a developer, a student, or a professional, these tools can help you capture and share information more efficiently.
No, the default screenshot tool on Ubuntu does not have the capability to capture scrolling windows. You will need to use third-party tools or browser extensions to achieve this.
To capture a scrolling webpage using the Firefox Dev Console, open the console by pressing Shift
+F2
. Then, use the command screenshot fileName --fullpage
to save a screenshot of the entire webpage. Replace fileName
with the desired name for your screenshot. If you want to copy the screenshot to your clipboard instead of saving it as a file, use the command screenshot --clipboard --fullpage
.
Yes, Shutter can capture scrolling webpages on Ubuntu by installing the gnome-web-photo plugin. After installing the plugin, open Shutter and click on the globe icon. Enter the URL of the webpage you want to capture, and Shutter will take care of the rest.
Yes, Awesome Screenshot allows you to annotate the screenshots with shapes, arrows, and text. This makes it a great tool for creating tutorials or presentations.
Yes, the WebPage Screenshot Chrome extension allows you to capture entire webpages with a single click. After capturing the screenshot, you can save it as an image file or PDF, or copy it to your clipboard.
Yes, GoFullPage is a Chrome extension and is only available for the Chrome browser.
Yes, you can capture scrolling windows using a custom Python script. However, this requires a good understanding of Python and manual selection and stitching of the captured files. It may not be suitable for beginners.