search

Linux picture software includes: 1. "gnome-screenshot", which can be used for screenshots; 2. "GIMP", which can be used for bitmap processing; 3. "Inkscape"; 4. "Dia"; 5. "Shotwell"; 6. "Gwenview"; 7. "Pinta" and so on.

What are the linux picture software?

The operating environment of this tutorial: Ubuntu 16.04 system, Dell G3 computer.

When posting an article, it is inevitable to use pictures to speak for itself. After a long period of running-in, I have become more comfortable using several image processing software under the Linux desktop system. These softwares are widely used in the Linux world. Each Linux distribution has its own installation package in the software warehouse. Moreover, these softwares run stably and have beautiful interfaces. I recommend it to everyone here.

1. Screenshot tool gnome-screenshot

This software does not need to be installed by yourself. It is the screenshot software that comes with the Gnome desktop, usually in Linux It will be installed automatically after the system installation is completed. Its software name is gnome-screenshot, and its Chinese name is called screenshot, which is very straightforward. Although there are many other better screenshot software under Linux, I think the one that comes with this system is completely sufficient. And it works great.

You don’t even need to run it specifically to use this tool. You only need to remember a few shortcut keys on the Gnome desktop. These shortcut keys are as follows:

 1. PrintScreen key : Directly press the "Print Screen" key on the upper right side of the keyboard to take a screenshot of the entire screen. After a "click" sound, the dialog box for saving the picture will pop up, which is very convenient.

 2. Alt PrintScreen key: If you only need to take a screenshot of the current window, press Alt PrintScreen.

 3. Shift PrintScreen key: If you only want to take a screenshot of a certain area, press the Shift PrintScreen key, and then the mouse pointer changes shape. Hold down the left mouse button and drag to select a range on the screen. Which range can you take a screenshot of.

Tips: When using shortcut keys to take screenshots, it is often difficult to take screenshots of content in pop-up interfaces such as menu items and drop-down selection boxes. To capture this content, you cannot use the above shortcut keys. You must open the screenshot software and set a delay of a few seconds before taking the screenshot. Then open the menu to operate. Once the set delay time is up, the content in the menu and drop-down box will be removed. Cut off.

2. Bitmap processing software GIMP

This software can be regarded as Photoshop under Linux system, with powerful functions. It is precisely because of its powerful functions that you have to put in some effort to control it. Since I have a basic knowledge of Photoshop before, it is not difficult to get started with this software. The initial interface after the software is started may not be in line with everyone's habits, as shown below:

What are the linux picture software?

But it doesn't matter. Through the single window mode option in the window menu, it can be changed to the following Interface:

What are the linux picture software?

GIMPBOX: GIMP (2.6.X) obtains a stable single-window mode http://www.linuxidc.com/Linux/2011-06/37189. htm

Install the official version of GIMP 2.8 under Ubuntu 12.04 http://www.linuxidc.com/Linux/2012-07/65643.htm

Ubuntu 12.04 wallpaper made by GIMP 2.8 http:/ /www.linuxidc.com/Linux/2012-08/67643.htm

3. Vector drawing software Inkscape

Let’s look at it first Looking at the interface of Inkscape, the functions are very powerful:

What are the linux picture software?

Why should I introduce a bitmap processing software here, and then introduce a vector drawing software? That's because there is a difference between bitmap processing and vector image processing. For example: For example, I often want to highlight a certain command or menu in the pictures I capture. At this time, I am used to drawing a red line frame on the target to express emphasis. For such a simple thing as a picture frame, it is very convenient to use Inkscape. In vector drawing software, a picture frame is a picture frame. After drawing the frame, you can change the border color and style of the frame, and you can change its fill color and Style, you can drag its position and change its size, but in bitmap processing software, you have to change your thinking mode. In bitmap processing software, you can only create a rectangular selection first to draw a frame. Then stroke and fill the selection, and you can also feather the selection, so that you can get a blurry frame. Once the stroke and filling are completed, the frame can no longer be changed. Therefore, Inkscape is suitable for tasks such as adding frames and text, while GIMP is suitable for tasks such as feathering selected areas, cutting irregular areas, and adding shadows and glows.

4. A schematic drawing software Dia

that is more suitable for programmers

Dia is also very powerful. Its biggest advantage is that it has many built-in image elements, which is very suitable for drawing flow charts, UML diagrams and other schematic diagrams. The interface is as follows:

What are the linux picture software?

# The above class diagrams were randomly drawn by me to reflect the effect of DIA. The background colors inside have no special meaning.

5. A UML modeling tool umbrello

I spent a lot of money to find a useful UML modeling tool. With little thought, good tools cost money, such as Rose, Enterprise Architecture, Microsoft Visual Studio, etc.; the quality of free tools is always not so satisfactory. After many tests, I finally chose umbrellalo. This is the modeling software that comes with the KDE desktop, but it can also run perfectly under the Gnome desktop. The interface is as follows:

What are the linux picture software?

Compared with DIA, its biggest advantage is that it supports the forward and reverse functions of UML. In other words, it can generate code from UML models, and it can also generate UML diagrams from the code we have written. DIA is a pure drawing tool. UML diagrams are diagrams. It cannot understand its connotation, let alone generate code.

6. Shotwell is a lightweight image management software

Shotwell is a lightweight image management software Picture management software, which comes with the GNOME desktop environment by default, you can use it to import photos from digital cameras. Shotwell allows users to manage pictures and provides some basic editing functions. You can crop pictures and share them with friends.

# 7. A picture browsing and management software Gwenview

Gwenview is a picture browsing and management software. It comes with the KDE desktop environment by default. It mainly manages pictures in the form of folders. It has the functions of picture editing, modification, renaming, moving, etc. function and view picture information through thumbnails and slideshows. You can also read image files in tar/zip archives and extend functions through plug-ins.


##8. A cross-platform bit graphics editing software Pinta

Pinta is a cross-platform bit graphics editing software. It is also an easy-to-use image processing and photo editing software, including common drawing tools, multi-layer processing, undo/redo, preset effects and other functions.

Related recommendations: "

Linux Video Tutorial

"

The above is the detailed content of What are the linux picture software?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Tutorial on finding keywords for common Linux commandsTutorial on finding keywords for common Linux commandsMar 05, 2025 am 11:45 AM

This tutorial demonstrates efficient keyword searching in Linux using the grep command family and related tools. It covers basic and advanced techniques, including regular expressions, recursive searches, and combining commands like awk, sed, and xa

Work content of Linux operation and maintenance engineers What does Linux operation and maintenance engineers do?Work content of Linux operation and maintenance engineers What does Linux operation and maintenance engineers do?Mar 05, 2025 am 11:37 AM

This article details the multifaceted role of a Linux system administrator, encompassing system maintenance, troubleshooting, security, and collaboration. It highlights essential technical and soft skills, salary expectations, and diverse career pr

How do I configure SELinux or AppArmor to enhance security in Linux?How do I configure SELinux or AppArmor to enhance security in Linux?Mar 12, 2025 pm 06:59 PM

This article compares SELinux and AppArmor, Linux kernel security modules providing mandatory access control. It details their configuration, highlighting the differences in approach (policy-based vs. profile-based) and potential performance impacts

How do I back up and restore a Linux system?How do I back up and restore a Linux system?Mar 12, 2025 pm 07:01 PM

This article details Linux system backup and restoration methods. It compares full system image backups with incremental backups, discusses optimal backup strategies (regularity, multiple locations, versioning, testing, security, rotation), and da

How do I use regular expressions (regex) in Linux for pattern matching?How do I use regular expressions (regex) in Linux for pattern matching?Mar 17, 2025 pm 05:25 PM

The article explains how to use regular expressions (regex) in Linux for pattern matching, file searching, and text manipulation, detailing syntax, commands, and tools like grep, sed, and awk.

How do I monitor system performance in Linux using tools like top, htop, and vmstat?How do I monitor system performance in Linux using tools like top, htop, and vmstat?Mar 17, 2025 pm 05:28 PM

The article discusses using top, htop, and vmstat for monitoring Linux system performance, detailing their unique features and customization options for effective system management.

How do I implement two-factor authentication (2FA) for SSH in Linux?How do I implement two-factor authentication (2FA) for SSH in Linux?Mar 17, 2025 pm 05:31 PM

The article provides a guide on setting up two-factor authentication (2FA) for SSH on Linux using Google Authenticator, detailing installation, configuration, and troubleshooting steps. It highlights the security benefits of 2FA, such as enhanced sec

Methods for uploading files for common Linux commandsMethods for uploading files for common Linux commandsMar 05, 2025 am 11:42 AM

This article compares Linux commands (scp, sftp, rsync, ftp) for uploading files. It emphasizes security (favoring SSH-based methods) and efficiency, highlighting rsync's delta transfer capabilities for large files. The choice depends on file size,

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools