[Gimp-developer] Test some file plug-ins in master branch

2013-05-24 Thread Mukund Sivaraman
Hi all The following file plug-ins have been revised to use GIMP's new API. I feel they need more testing as the changes are intrusive and the file types can support a variety of pixel formats. I have tested these to my satisfaction. Please test these if you can (master branch). * file-jpeg

Re: [Gimp-developer] Why can't we alter a filter-setting after processing...without recalling this filter?

2013-05-24 Thread Alexandre Prokoudine
On Fri, May 24, 2013 at 11:24 AM, shepherdsb...@post.com wrote: 1. Is it possible to implement this soon? Maybe a third button stay a little while :) Some of the foundation for that has been laid in the current unstable version, but it's most likely not a 2.10 feature -- rather 3.0 or maybe

Re: [Gimp-developer] THANK YOU!!!!

2013-05-24 Thread Michael Natterer
On Thu, 2013-05-23 at 13:50 -0400, John Cronin wrote: I use Gimp 2.8 almost everyday. Thank you all so much for contributing your time and expertise to creating such a useful tool! I truly appreciate it! Thanks a lot John! Such mails are also appreciated very much :) Regards, --Mitch

[Gimp-developer] Problem with babl.h when building Gimp - with patch

2013-05-24 Thread Jon Crowe
Hi, I'm building Gimp from latest GIT version. This failed in libgimpcolor when compiling gimpadaptivesupersample.c. The error was: gimpadaptivesupersample.c:21:23: fatal error: babl/babl.h: No such file or directory Rather than using pkg-config, I had passed the BABL_CFLAGS

Re: [Gimp-developer] Test some file plug-ins in master branch

2013-05-24 Thread Partha Bagchi
Yay! Finally! :) Mukund, couple of points. I can save a 16-bit tiff. However, unlike other image processing apps, Gimp won't tell me if it's saving as 16-bit or 8-bit. I did save and then opened in Gimp 2.8.4 and determined that the saved file is indeed 16-bit. Would it be possible to add this

Re: [Gimp-developer] Problem with babl.h when building Gimp - with patch

2013-05-24 Thread Jon Crowe
Of course I did. Honest. Sorry for the spam! On Fri, May 24, 2013 at 1:54 PM, Michael Natterer mi...@gimp.org wrote: On Fri, 2013-05-24 at 12:19 +0100, Jon Crowe wrote: Hello, I have since discovered that the problem I attached a patch for in my previous email occurs in a few(!) other

Re: [Gimp-developer] Test some file plug-ins in master branch

2013-05-24 Thread Elle Stone
On 5/24/13, Mukund Sivaraman m...@banu.com wrote: The following file plug-ins have been revised to use GIMP's new API. I feel they need more testing as the changes are intrusive and the file types can support a variety of pixel formats. I have tested these to my satisfaction. Please test these

Re: [Gimp-developer] Test some file plug-ins in master branch

2013-05-24 Thread Michael Henning
Elle: I think I just fixed the two issues you mentioned (exporting with layers and importing grayscale tiffs). Could you grab the latest code and test those again, to confirm that they're fixed? (Note that there's an additional problem related to importing with premultiplied alpha that I'll