Gimp-Forum.net
GIMP 2.10.14 Released - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: Installation and usage (https://www.gimp-forum.net/Forum-Installation-and-usage)
+--- Thread: GIMP 2.10.14 Released (/Thread-GIMP-2-10-14-Released)



GIMP 2.10.14 Released - patdavid - 10-31-2019

Apologies for not posting this in the 2.10 category, but I cannot seem to post new threads there...

GIMP 2.10.14 is now released!
https://www.gimp.org/news/2019/10/31/gimp-2-10-14-released/

A basic summary of 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
See the release news post for details.


RE: GIMP 2.10.14 Released - rich2005 - 10-31-2019

Alas not for us 'buntu / Mint 19 users Wink PPA Gimp 2.10.14 compile failed.

[Image: udaziow.jpg]

Dare say it will get there eventually, was a couple of weeks for (bionic) Gimp 2.10.12


RE: GIMP 2.10.14 Released - Ofnuts - 10-31-2019

One bug reported fixed is still open (#3532)


RE: GIMP 2.10.14 Released - mholder - 11-04-2019

Very cool normal map filter that works in high bit depth. It has been a real pain dealing with the old normal map filter and the insane bump filters. Also seems like I have to check the Y flip option to make it work for Blender


RE: GIMP 2.10.14 Released - rich2005 - 11-09-2019

The updated Gimp 2.10.14 packages are now there in the 'buntu PPA https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp

There is a problem with the python support package, if you are in no hurry to upgrade, stay with Gimp 2.10.12

[attachment=3414]

I am sure this will be fixed eventually. If you are really keen to use Gimp 2.10.14 then this procedure

Update the repo list 
Code:
sudo apt update

Remove existing gimp-python
Code:
sudo apt --purge remove gimp-python

Install (update) Gimp and dependencies
Code:
sudo apt install gimp  libbabl-0.1-0 libgegl-0.4-0

Force the gimp-python installation
Code:
sudo apt -o Dpkg::Options::="--force-overwrite" install gimp-python



RE: GIMP 2.10.14 Released - nelo - 11-09-2019

Thanks Rich  for the info.
Ran into the same issue and was wondering where the fault is.
Good to know it's not only me.

Cheers
nelo


RE: GIMP 2.10.14 Released - rich2005 - 11-09-2019

I emailed Thorsten Stettin about the error and just got this:

quote Oops, sorry, I will fix this issue in the next hours, I hope.

edit:
Checked and the problem has been fixed. Updated Gimp 2.10.14 packages are there.


RE: GIMP 2.10.14 Released - nelo - 11-09-2019

seems to be fixed now. Could install ok on one machine.


RE: GIMP 2.10.14 Released - lestersoto - 07-04-2020

good post!