Re: [Gimp-developer] Symlink bug report

2017-04-28 Thread Michael Natterer
On Sun, 2017-04-23 at 01:52 +0200, Karmus wrote: > When saving on top of a symlink, the program follows the symlink and > creates the file with the destination file name and type extension. > This > can be problematic if saving in PNG, and the outcome is JPEG. You have a symlink foo.png ->

Re: [Gimp-developer] high bit depth tiff issues

2017-04-28 Thread Casey Connor
However not for 32 bit files, but judging from your command line above I assume you meant 16 bit, or both gmic and gimp are broken, who knows :) Yeah, my g'mic example had a semantic mistake, sorry: it should have read something like: gmic 32bit_float_input_with_range_to_65535.tif -/ 65535

Re: [Gimp-developer] Layer color erase

2017-04-28 Thread Partha Bagchi
On Mon, Apr 24, 2017 at 1:26 AM, Julien Hardelin wrote: > Please, > > What is the equation for the color erase layer mode? > > I can't finf it on the web. > > Julien Hardelin > > Look into app/operations/layer-modes. The function blendfun_color_erase starts around Line 2359

[Gimp-developer] Symlink bug report

2017-04-28 Thread Karmus
When saving on top of a symlink, the program follows the symlink and creates the file with the destination file name and type extension. This can be problematic if saving in PNG, and the outcome is JPEG. ___ gimp-developer-list mailing list List address:

[Gimp-developer] Layer color erase

2017-04-28 Thread Julien Hardelin
Please, What is the equation for the color erase layer mode? I can't finf it on the web. Julien Hardelin ___ gimp-developer-list mailing list List address:gimp-developer-list@gnome.org List membership:

Re: [Gimp-developer] high bit depth tiff issues

2017-04-28 Thread Michael Natterer
On Thu, 2017-04-27 at 23:07 -0700, Casey Connor wrote: > ...and a final follow-up, just so people don't need to spend any time > onĀ  > this: changing the range with g'mic makes the files work properly in > GIMP: > > gmic 16bit_input.tif -/ 65535 -o 32bit_float_output.tif > > (that scales the

Re: [Gimp-developer] high bit depth tiff issues

2017-04-28 Thread Casey Connor
...and a final follow-up, just so people don't need to spend any time on this: changing the range with g'mic makes the files work properly in GIMP: gmic 16bit_input.tif -/ 65535 -o 32bit_float_output.tif (that scales the output to the [0,1] range.) So that seems like the logical way to handle