Re: [Gimp-developer] LCMS 2.8 will handle alpha channels

2016-06-07 Thread Elle Stone
On 06/07/2016 04:14 PM, Michael Natterer wrote: We will definitely make use of that, do you know when it will be available? No, I don't know a firm date. It depends on feedback. But based on past experience, the time between the first release candidate and the final release is usually not too

Re: [Gimp-developer] LCMS 2.8 will handle alpha channels

2016-06-07 Thread Michael Natterer
On Tue, 2016-06-07 at 15:57 -0400, Elle Stone wrote: > The LCMS 2.8 release candidate 1 has code for handling alpha > channels  > during ICC profile conversions: > > "2.8 does support alpha channel transportation and a new transform  > stride function and plug-in which can be used to increase > si

[Gimp-developer] LCMS 2.8 will handle alpha channels

2016-06-07 Thread Elle Stone
The LCMS 2.8 release candidate 1 has code for handling alpha channels during ICC profile conversions: "2.8 does support alpha channel transportation and a new transform stride function and plug-in which can be used to increase significantly the processing speed." Perhaps this new code could

Re: [Gimp-developer] green channel value in gimpviewrenderer.c

2016-06-07 Thread Elle Stone
Mitch and Alexandre - thanks very much! for explaining what those gimpviewrenderer colors are for. Best, Elle ___ gimp-developer-list mailing list List address:gimp-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/

Re: [Gimp-developer] green channel value in gimpviewrenderer.c

2016-06-07 Thread Michael Natterer
On Tue, 2016-06-07 at 06:54 -0400, Elle Stone wrote: >  From curiosity, in this file  > https://github.com/GNOME/gimp/blob/master/app/widgets/gimpviewrendere > r.c, on  > line 160: > > gimp_rgba_set (&green_color, 0.0, 0.94, 0.0, GIMP_OPACITY_OPAQUE); > > Why is the green channel value for "&gree

Re: [Gimp-developer] green channel value in gimpviewrenderer.c

2016-06-07 Thread Alexandre Prokoudine
On Tue, Jun 7, 2016 at 1:54 PM, Elle Stone wrote: > From curiosity, in this file > https://github.com/GNOME/gimp/blob/master/app/widgets/gimpviewrenderer.c, on > line 160: > > gimp_rgba_set (&green_color, 0.0, 0.94, 0.0, GIMP_OPACITY_OPAQUE); > > Why is the green channel value for "&green_color" s

[Gimp-developer] green channel value in gimpviewrenderer.c

2016-06-07 Thread Elle Stone
From curiosity, in this file https://github.com/GNOME/gimp/blob/master/app/widgets/gimpviewrenderer.c, on line 160: gimp_rgba_set (&green_color, 0.0, 0.94, 0.0, GIMP_OPACITY_OPAQUE); Why is the green channel value for "&green_color" set to 0.94 rather than 1.0? Does this affect anything durin