Re: [Gimp-developer] I hava a dream:if GIMP can do WebService

2010-05-09 Thread Michael Schumacher
On 09.05.2010 03:56, Hades wrote: If GIMP can do WebService , It is a rather simple task to get the basic GIMP functionality - i.e. everything the gimp class offers - to work with Python's SimpleXMLRPCServer. See http://registry.gimp.org/node/10 for a very basic example. In order to become

[Gimp-developer] string repeat bug on error message report dialog

2010-05-09 Thread Cristian Secară
I got this error message http://www.secarica.ro/traduceri/misc/gimp_error_message_repeat_untranslated_ro_highlight.png where the error message (the second one) shows an untranslated string before the actual translated one. Also the argument in the not translated part lacks the quotation marks.

[Gimp-developer] GSOC: cage based transform tool

2010-05-09 Thread Michael Muré
Hello,Since my gsoc proposal was accepted, I described in more details the behavior and the technical part of my tool. I'd like to have opinion and advise from competent people on the different part (UI, reconstruction step ...). You could find the detail, either in a public wave or in the

Re: [Gimp-developer] GSOC: cage based transform tool

2010-05-09 Thread gg
On 05/09/10 14:55, Michael Muré wrote: * when the pixel is sent to the target pixels, they not only affect one pixel, but an area of pixel (3x3, or 4x4 pixels) with a gaussian weight or similar * For pixels with no information (which should be rare), the value is

Re: [Gimp-developer] who is interesting in writing java api to gimp

2010-05-09 Thread oliver
Hi, On Sun, May 09, 2010 at 09:35:53AM +0800, Hades wrote: thanks for your help,but I still want to know why few people like to do some api in java. [...] Maybe, because Java is crap. I also think about providing a foreign language interface to Gimp, but would use OCaml. But maybe an OCaml

Re: [Gimp-developer] I hava a dream:if GIMP can do WebService

2010-05-09 Thread oliver
On Sun, May 09, 2010 at 10:30:04AM +0200, Michael Schumacher wrote: On 09.05.2010 03:56, Hades wrote: If GIMP can do WebService , It is a rather simple task to get the basic GIMP functionality - i.e. everything the gimp class offers - to work with Python's SimpleXMLRPCServer. [...] Oh,

Re: [Gimp-developer] who is interesting in writing java api to gimp

2010-05-09 Thread oliver
On Sun, May 09, 2010 at 06:11:43PM +0200, oli...@first.in-berlin.de wrote: [...] With Ptython it's sometimes a mess, because it's type coercion is very close to that of Perl and Tcl. [...] OK, maybe it's a littlebid exaggerated, heheh ;) And Python is comparingly clean, compared to Perl. So,