Re: [Gimp-developer] GAP

2007-08-05 Thread saulgoode
> Hi, > > On Sat, 2007-08-04 at 03:44 -0400, > >> I did notice that the file 'gap/sel-to-anim-img.scm' does not run under >> the TinyScheme-based Script-fu > > Did you also check the other Script-Fu script in the gap subdirectory? Yes. It appears to be fine. ___

Re: [Gimp-developer] GAP

2007-08-05 Thread saulgoode
> Hi, > > On Sat, 2007-08-04 at 01:58 -0300, Joao S. O. Bueno Calligaris wrote: > >> I am getting an error linking gimp-gap svn in a 64bit enviromment, in >> both trunk and gap-2-2 branch: > > That's a problem with the copy of libavcodec that is included with GAP. > You better disable support for l

Re: [Gimp-developer] GAP

2007-08-05 Thread Joao S. O. Bueno Calligaris
On Sunday 05 August 2007 06:45, [EMAIL PROTECTED] wrote: > > Hi, > > > > On Sat, 2007-08-04 at 01:58 -0300, Joao S. O. Bueno Calligaris wrote: > >> I am getting an error linking gimp-gap svn in a 64bit > >> enviromment, in both trunk and gap-2-2 branch: > > > > That's a problem with the copy of l

Re: [Gimp-developer] ACO and CSS palette importing (patch attached)

2007-08-05 Thread Sven Neumann
Hi, On Sat, 2007-08-04 at 19:45 +0100, Nicola Archibald wrote: > Attached is a patch, against svn, which adds ACO importing, and CSS > color extraction, for the palette system. > > The ACO code only reads the version 1 section at the moment, I plan on > finishing the version 2 support to extract

Re: [Gimp-developer] Using Parallel Make

2007-08-05 Thread Sven Neumann
Hi, On Sat, 2007-08-04 at 16:46 -0700, Don Rozenberg wrote: > I recently acquired a new PC with a dual core chip running Kubuntu > Feisty Fawn. So when I last tried to build Gimp, version 2.3.18, I used > "make -j" and the build terminated with an error in just a few seconds. Is there a part

[Gimp-developer] Downscaling quality.

2007-08-05 Thread Guillermo Espertino
A couple of weeks ago somebody commented about the quality of the downscaling in Gimp. iirc there was a patch that improved the quality (that was bumped for future releases) and there was a discussion about the pertinence of the different names of the algorithms in the interface. Well, I know th

Re: [Gimp-developer] Downscaling quality.

2007-08-05 Thread David Gowers
On 8/6/07, Guillermo Espertino <[EMAIL PROTECTED]> wrote: > A couple of weeks ago somebody commented about the quality of the > downscaling in Gimp. > iirc there was a patch that improved the quality (that was bumped for > future releases) and there was a discussion about the pertinence of the > di

Re: [Gimp-developer] Downscaling quality.

2007-08-05 Thread Guillermo Espertino
David Gowers wrote: > Perhaps you mean supersampling? > Yes, it must be. I'm using a spanish localization of Gimp and try to guess the correct translation. Is there a command line option to launch gimp in english (just once, not permanent) so I can use the correct words when I'm reporting a bu

Re: [Gimp-developer] Downscaling quality.

2007-08-05 Thread Simon Budig
Guillermo Espertino ([EMAIL PROTECTED]) wrote: > David Gowers wrote: > > Perhaps you mean supersampling? > > Yes, it must be. I'm using a spanish localization of Gimp and try to > guess the correct translation. > Is there a command line option to launch gimp in english (just once, not > perman

Re: [Gimp-developer] Downscaling quality.

2007-08-05 Thread Sven Neumann
Hi, On Sun, 2007-08-05 at 21:20 -0300, Guillermo Espertino wrote: > > Presently, the solution to this is to scale down incrementally (reduce > > scale by 50% until you approach the desired scale, and then scale down > > to that exact size.) > > > Nice tip. I'll try it. > It's not that comforta