[Gimp-developer] (Future) Implementations of Gimp Color Palettes

2018-04-08 Thread Tobias Vogel
I today received some Photoshop Files including Photoshop Color Palettes (aka 
Color Swatches). When I looked into the structure of these Files, I came up 
with the idea to write a GIMP Import/Export Plugin to read these files directly 
into GIMP.
These Photoshop Palette Files store Colors in many arbitrary Color Models 
(mostly CMYK, though).
However, as far as I can see, GIMP stores Colors in Palettes only as 24-Bit RGB 
values.
I therefore assume this still is a remainder of the pre-babl/pre-gegl era of 
GIMP.
A quick search within the Archives of the Mailing List and the Roadmap didn't 
give me any clues about how Color Palettes in future GIMP versions are planned 
to be implemented.
Are there any documents, plans, thoughts or ideas available on this topic yet?

Regards,

Tobias Vogel
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] GNU++11 not allowed with Objective-C code

2018-04-08 Thread Partha Bagchi
On Sun, Apr 8, 2018 at 7:07 AM, Ell via gimp-developer-list <
gimp-developer-list@gnome.org> wrote:

> On Sat, 7 Apr 2018 18:00:57 -0400
> Ell via gimp-developer-list  wrote:
>
> > On Sat, 7 Apr 2018 17:35:20 -0400
> > Partha Bagchi  wrote:
> >
> > > Confirmed. It's something you did!! :) :)
> > >
> > > Anyway, reverted back to previous head and c++14 error is back but
> > > all the above is gone.
> >
> > Ha, of course it is :)  The commit caused -xobjective-c to be passed
> > during linking too, and this apparently causes the object file to be
> > treated as a source file.  We'll need to untangle this mess, but not
> > today :)
>
> This should be fixed now, by commit 6ebc3f1b09.  Hopefully, for real
> this time :)
>
> --
> Ell
>
> Ha! We'll see! :)

OK, ok, it's seems fixed now. Have a great Sunday. :)
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] GNU++11 not allowed with Objective-C code

2018-04-08 Thread Ell via gimp-developer-list
On Sat, 7 Apr 2018 18:00:57 -0400
Ell via gimp-developer-list  wrote:

> On Sat, 7 Apr 2018 17:35:20 -0400
> Partha Bagchi  wrote:
> 
> > Confirmed. It's something you did!! :) :)
> > 
> > Anyway, reverted back to previous head and c++14 error is back but
> > all the above is gone.  
> 
> Ha, of course it is :)  The commit caused -xobjective-c to be passed
> during linking too, and this apparently causes the object file to be
> treated as a source file.  We'll need to untangle this mess, but not
> today :)

This should be fixed now, by commit 6ebc3f1b09.  Hopefully, for real
this time :)

--
Ell
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list