How to install GIMP 2.10.14 in Ubuntu Linux. GIMP 2.10.14 – GIMP image editor for Linux Ubuntu has been released with bugfixes and various enhancements.
GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
It has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.
GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted. GIMP is available for Linux, Microsoft Windows and OS X.
GIMP 2.10.14
Here are release highlights:
- Basic out-of-canvas pixels viewing and editing
- Optional editing of layers with disabled visibility
- Foreground Select tool: new Grayscale Preview Mode
- Newly added Normal Map filter
- 27 old filters ported to use GEGL buffers
- HEIF, TIFF, and PDF support improvements
- Better loading of corrupted XCF files
- Grayscale workflows order of magnitude faster
- macOS Catalina compatibility
- 45 bugfixes, 22 translation updates
New filters
GIMP now provides direct access to more GEGL filters:
- Bayer Matrix (for ordered dithering) and Linear Sinusoid (useful for halftoning), also both created by Ell, are in the Filters > Render > Pattern menu.
- Newsprint (Filters > Distorts), by Øyvind Kolås, is a GEGL version of the old GIMP filter for halftoning, plus quite a few extras.
- Mean Curvature Blur, by Thomas Manni, can be helpful to do edge-preserving blurring.
Also, more GEGL-based filters with on-canvas preview have replaced old GIMP counterparts: Neon (Filters > Edge-Detect), Stretch Contrast (Colors > Auto), and Oilify (Filters > Artistic).
How to Install GIMP
Make sure to follow the setup guide before installing
flatpak install flathub org.gimp.GIMP
Run:
flatpak run org.gimp.GIMP
How to Install Flatpak
To install Flatpak on Ubuntu 18.10 (Cosmic Cuttlefish) or Ubuntu 19.04 (Disco Dingo), simply run:
sudo apt install flatpak
With older Ubuntu versions, the official Flatpak PPA is the recommended way to install Flatpak. To install it, run the following in a terminal:
sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
Install the Software Flatpak plugin
The Flatpak plugin for the Software app makes it possible to install apps without needing the command line. To install, run:
sudo apt install gnome-software-plugin-flatpak
Add the Flathub repository
Flathub is the best place to get Flatpak apps. To enable it, run:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Please remember to complete setup, you must restart your system.