Archives For gimp

GIMP extra color palettes

GIMP, the popular free and open-source cross-platform image editor, now is available as Snap app for Ubuntu 14.04, Ubuntu 16.04, and higher.

GIMP has been made into the beta channel of Ubuntu Snappy Store for testing for days. Now the latest GIMP 2.8.22 is available in stable channel:

1. For Ubuntu 14.04 and Ubuntu 16.04 users that have not installed any Snap app, install snapd daemon first via command (open terminal via Ctrl+Alt+T):

sudo apt-get install snapd

Input your password (no visual feedback while typing due to security reason) and hit Enter.

2. Then install GIMP snap app either via command:

sudo snap install gimp

Or by using Ubuntu Software Center (need login):

The snap app can co-exist with the traditional GIMP package. So if you have both versions installed, you have to launch GIMP Snap app via following command since the app launcher opens the traditional one:

/snap/bin/gimp

How to Remove GIMP Snap app:

To remove the app, simply run command in terminal:

sudo snap remove gimp

G’MIC, a generic, extensible, and open source framework for image processing, has reached the new major 2.0 release. Here’s how to install it in Ubuntu via PPA.

The IMAGE team of the research laboratory GREYC in Caen/France is pleased to announce the release of a new major version (numbered 2.0) of its project G’MIC: a generic, extensible, and open source framework for image processing. Here, we present the main advances made in the software since our last article. The new features presented here include the work carried out over the last twelve months (versions 2.0.0 and 1.7.x, for x varying from 2 to 9).

See the announcement for details.

How to Install G’MIC 2.0 & GIMP Plugin in Ubuntu:

Besides downloading the official binaries from G’MIC download page, you can install / upgrade G’MIC and G’MIC plugin for Gimp from the Thorsten’s PPA, which so far supports for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, Ubuntu 17.10.

1. Open terminal via Ctrl+Alt+T or by searching for “Terminal” from app launcher, when it opens, run command to add the PPA:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

Type in your password (no visual feedback) when prompts and hit enter.

2. Then update and install both G’MIC and its gimp plugin:

sudo apt-get update

sudo apt-get install gmic gimp-gmic

Once installed, launch gmic from terminal or gmic plugin from GIMP Filters menu.

If you have a previous release installed, simply upgrade it via Software Updater after adding the PPA.

Uninstall:

To remove GMIC and GIMP plugin, simply run command:

sudo apt-get remove gmic gimp-gmic && sudo apt-get autoremove

You can also manage the PPA repository by going to System Settings -> Software & Updates -> Other Software tab.

GIMP, The GNU Image Manipulation Program, got another maintenance release for the 2.8 series a few hours ago with drawing performance improvement and 10 years old CVE bug fixed.

GIMP 2.8.22 release highlights:

  • improve drawing performance in single window mode, especially with pixmap themes
  • Fix CVE bug in the ICO plug-in which allowed context-dependent attackers to cause a denial of service (crash) via an ICO file with an InfoHeader containing a Height of zero.
  • Avoid creating wrong layer group structure when importing PSD files
  • Prevent a crash in PDF plug-in if images or resolution are large
  • stop parsing invalid PCX files early and prevent a segmentation fault
  • Fixes for Mac OS, translation updates and build fixes.
  • See the changelog for details.

How to Install GIMP 2.8.22 via PPA in Ubuntu:

Otto Meier promised to maintain the latest GIMP packages in the PPA repository, so far, available for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04.

Although GIMP 2.8.22 is NOT available in the PPA at the moment of writing (be patient, there’s always a small delay for maintainer to test and upload the packages), you can add the PPA via following steps:

1. Open terminal via Ctrl+Alt+T or by searching for “Terminal” from start menu. When it opens, run command:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

Type in your password (no visual feedback due to security reason) when it asks and hit Enter.

2. After that, upgrade GIMP once the new release is published in the PPA:

For those who want to build GIMP from the source, grab the tarball from HERE.

How to Restore:

For any reason, you can easily restore GIMP to the official build (old) in main Ubuntu repositories, by running command to purge the PPA:

sudo apt install ppa-purge && sudo ppa-purge ppa:otto-kesselgulasch/gimp

GIMP image editor 2.8.20 stable was released one week ago. Now it’s finally available in PPA repository for Ubuntu 16.10, Ubuntu 16.04, Ubuntu 14.04, Ubuntu 12.04, and their derivatives.

GIMP 2.8.20 fixed the weird initial user interface language selection on mac OS. For Windows, an annoying oscillating switching between different input devices has been fixed.

  • Avoid D-Bus error message when built without D-Bus support
  • fix OS X min required conditional in gimpimagewindow.c
  • Saving to existing .xcf.bz and .xcf.gz files didn’t truncate them and could lead to unnecessarily large files
  • Text layer created by gimp-text-fontname doesn’t respect border when resized
  • Flow on Paint Dynamics editor dialog: the ‘y’ axis is indicating ‘Rate’ instead ‘Flow’
  • Vertical ruler shows artifacts if the status bar isn’t showing
  • Tablet stylus misbehaves when crossing the edge of a dock in multi-window-mode
  • Disable the new “automatic window tabbing” feature introduced on mac OS Sierra
  • Improve the visiblity of slider handles with dark themes
  • Make it harder to switch to renaming if selecting already selected items in resource lists
  • make toggling to color picker mode of paint tools more robust
  • call gimp_file_entry_set_filename() with filename encoding

How to Install GIMP 2.8.20 in Ubuntu / Linux Mint:

The new release has been made into the PPA repository, available for all current Ubuntu releases and derivatives.

1. To add the PPA, open terminal (Ctrl+Alt+T) and run command:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

2. You can then upgrade the editor from a previous release via Software Updater utility:

Or install GIMP either via Synaptic Package Manager or command:

sudo apt-get update

sudo apt-get install gimp

Uninstall:

To restore GIMP to the stock versions available in Ubuntu main repositories, open terminal and purge the PPA via ppa-purge tool:

sudo apt-get ppa-purge && sudo ppa-purge ppa:otto-kesselgulasch/gimp

GIMP 2.8.18 Released with Security Fix to XCF

Last updated: July 14, 2016

GIMP image editor 2.8.18, a new point release in the stable branch, has been released to fix a vulnerability in the XCF loading code. With special XCF files, GIMP can be caused to crash, and possibly be made to execute arbitrary code provided by the attacker.

Besides this security fix, GIMP 2.8.18 also brings following changes:

  • Fix “GIMP is not responding” on initial startup on Windows and OS X.
  • Fix GUI crashed on OS X
  • Fix gamut warning color for lcms display filter
  • Fix unbolding of bold font on edit
  • Decrease installer size by changing compression settings
  • Many other fixes, translation and documentation updates.

How to Install GIMP 2.8.18 in Ubuntu:

GIMP does not provide official Linux binary package. But Otto Meier is maintaining a PPA with most recent packages. So far, Ubuntu 16.04, Ubuntu 15.10, Ubuntu 14.04, Ubuntu 12.04 and their derivatives are supported.

1. Add the PPA.

Open terminal (Ctrl+Alt+T) and run command:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

2. Upgrade GIMP using Software Updater.

Or run the command below one by one:

sudo apt update

sudo apt install gimp

3. (Optional) For any reason, you want to downgrade to stock version of GIMP in your Ubuntu. Install ppa-purge and purge the PPA:

sudo apt install ppa-purge && sudo ppa-purge ppa:otto-kesselgulasch/gimp

GIMP image editor 2.8.16 was released on its 20th birthday. Here’s how to install or upgrade in Ubuntu 16.04, Ubuntu 15.10, Ubuntu 14.04, Ubuntu 12.04 and their derivatives, e.g., Linux Mint 17.x/13, Elementary OS Freya.

GIMP 2.8.16 features support for layer groups in OpenRaster files, fixes for layer groups support in PSD, various user inrterface improvements, OSX build system fixes, translation updates, and more changes. Read the official announcement.

How to Install or Upgrade:

Thanks to Otto Meier, an Ubuntu PPA with latest GIMP packages is available for all current Ubuntu releases and derivatives.

1. Add GIMP PPA

Open terminal from Unity Dash, App launcher, or via Ctrl+Alt+T shortcut key. When it opens, paste below command and hit Enter:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

Type in your password when it asks, no visual feedback so just type in mind, and hit enter to continue.

2. Install or Upgrade the editor.

After added the PPA, launch Software Updater (or Software Manager in Mint). After checking for updates, you’ll see GIMP in the update list. Click “Install Now” to upgrade it.

For those who prefer Linux commands, run below commands one by one to refresh your repository caches and install GIMP:

sudo apt-get update

sudo apt-get install gimp

3. (Optional) Uninstall.

Just in case you want to uninstall or downgrade GIMP image editor. Use Software Center to remove it, or run below commands one by one to purge PPA as well as downgrade the software:

sudo apt-get install ppa-purge

sudo ppa-purge ppa:otto-kesselgulasch/gimp

That’s it. Enjoy!

GIMP team just announced the release 2.8.14 the day after the previous release 2.8.12 with the broken library versioning fixed.

Yesterday’s 2.8.12 release had broken library versioning, so we had to roll out GIMP 2.8.14 today. The only change is the fixed libtool versioning. Please do not distribute any binaries of yesterday’s broken 2.8.12 release, and get GIMP 2.8.14 using the torrent: http://download.gimp.org/pub/gimp/v2.8/gimp-2.8.14.tar.bz2.torrent

via:gimp.org

Install / Upgrade to GIMP 2.8.14:

The GIMP PPA has been updated with the latest packages for Ubuntu 14.10, Ubuntu 14.04, and Ubuntu 12.04.

Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the command below to add the PPA:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

After that, receive GIMP updates via Software Updater or run the commands below instead:

sudo apt-get update && sudo apt-get install gimp

The popular GIMP image editor has been updated to version 2.8.12 with a lot of bug fixes. Here is how to install or upgrade it in Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and their derivatives.

GIMP, GNU Image Manipulation Program, is a raster graphics editor[5] used for image retouching and editing, free-form drawing, resizing, cropping, photo-montages, converting between different image formats, and more specialized tasks.

Changes in GIMP 2.8.12:

Core:

  • OSX: Fix migration code for old GIMP directories
  • Fix brush sizes when used from plug-ins
  • Windows: Allow to Explorer-open files with UTF-8 characters in the filename
  • Make XCF loading more robust against broken files

GUI:

  • Make sure the widget direction matches the GUI language
  • Remove the option to disable the warning when closing a modified image
  • Fix canvas overlay widgets (like the text options) for tablets
  • Make DND work between images in one dockable

Libgimp:

  • Make gimp_image_get_name() return the string used for the image title

Plug-ins:

  • Make script-fu-server more secure by listening to 127.0.0.1 by default and add a warning about changing that IP. This breaks the procedure’s API, but for security reasons.
  • Bring back proper script-fu translations

General:

  • Massively clean up and fix the OSX build and bundle
  • Add Jenkins tutorial
  • Documentation updates
  • Bug fixes
  • Translation updates

Install / Upgrade GIMP in Ubuntu:

GIMP packages are available in PPA for all current support Ubuntu releases, Ubuntu 14.10, Ubuntu 14.04, and Uubntu 12.04.

As the PPA description says, you can always install or upgrade to the latest GIMP in Ubuntu by running below commands one by one in terminal (press Ctrl+Alt+T to open terminal):

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

sudo apt-get update

sudo apt-get install gimp

After you added the PPA, you can receive updates using Software Updater

That’s it. Enjoy!

The G’MIC plug-in for GIMP proposes a set of various filters to apply on your images, including artistic effects, image denoising and enhancement algorithms, 3D renderers, etc. It is a quite large plug-in, integrating a lot of different effects.

This plug-in is able to :

  • Propose an image preview window for each available filter.
  • Manage multi-layers inputs and outputs. G’MIC defines filters to compose layers or create animations from static images.
  • Update his list of filter definitions from the Internet, so it is able to improve itself over time.
  • Allow any user to add its own custom filters in it, written in the G’MIC language interpreted by the internal image processing engine.

Install G’MIC Plugin in Ubuntu:

Thanks to Otto Meier, the GIMP PPA maintainer has built this plugin and standalone app into PPA, available for Ubuntu 14.04, Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04, Linux Mint and their derivatives.

To get started installing it, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

After that, checking for updates via:

sudo apt-get update

Install the plugin for Gimp:

sudo apt-get install gimp-gmic

Once done, you can access the plugin from gimp menu Filters -> G’MIC….

You can also install the standalone (command line) app via:

sudo apt-get install gmic

Get help from its man page.

The popular image editing tool GIMP (GNU Image Manipulation Program) now is at version 2.8.10 stable. You can easily upgrade to the latest released via PPA. Here’s how to do it in Ubuntu 14.04 Trusty, Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.10 Quantal, Ubuntu 12.04 Precise and their derivatives such as Linux Mint, Pear OS, Elementary OS Luna.

See What’s New in GIMP 2.8.10:

Core:

  • Set manifest as Windows 8 compatible

GUI:

  • Indicate if a file was exported in the Quit dialog
  • Add shortcuts and hint labels to the close and quit dialogs that make closing and quitting easier and more consistent
  • Rename the File->Export menu labels to match Save/Save as
  • Fix keyboard shortcuts on OSX Mavericks
  • Don’t open lots of progress popups when opening many files
  • Correctly restore the hidden state of docks in single window mode

Libgimp:

  • Fix exporting an image consisting of a single layer group
  • Don’t attempt to pick transparent colors

Plug-ins:

  • Fix crash in LCMS plugin if RGB profile was missing

General:

  • Fix compile on NetBSD (missing -lexecinfo)
  • Bug fixes
  • Translation updates

Install GIMP via PPA:

We can easily and always get the latest version of GIMP from otto06217’s PPA because the maintainer promised the PPA will never die.

To add the PPA, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

After that, check for updates via Software Updater as usual. Or run commands below instead:

sudo apt-get update; sudo apt-get install gimp