Re: [Gimp-developer] perl-fu : cannot save image

2003-02-28 Thread pcg
On Fri, Feb 28, 2003 at 08:05:04PM +0100, Raphaël Quinet <[EMAIL PROTECTED]> wrote: Please don't call this rethorics - if you do, you are measuring different things differently, which is not at all fair. > this discussion on the developers' mailing list so I would expect that > most subscribers c

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-28 Thread Raphaël Quinet
On Fri, 28 Feb 2003 16:11:46 +0100, <[EMAIL PROTECTED] ( Marc) (A.) (Lehmann )> wrote: > On Fri, Feb 28, 2003 at 01:53:59PM +0100, Raphaël Quinet <[EMAIL PROTECTED]> wrote: > > Even if the problems were only due to the build/install process, I > > think that it would be appropriate to say that "gim

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-28 Thread pcg
On Fri, Feb 28, 2003 at 01:53:59PM +0100, Raphaël Quinet <[EMAIL PROTECTED]> wrote: > Even if the problems were only due to the build/install process, I > think that it would be appropriate to say that "gimp-perl is broken". > The result is that it is not possible for some users to use gimp-perl. >

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-28 Thread Raphaël Quinet
On Fri, 28 Feb 2003 01:02:48 +0100, <[EMAIL PROTECTED] ( Marc) (A.) (Lehmann )> wrote: > On Thu, Feb 27, 2003 at 02:04:51PM +0100, Raphaël Quinet <[EMAIL PROTECTED]> wrote: > > - Gimp-Perl is broken and is not maintained > > Well, I don't know of anything like "gimp-perl is broken". I think that >

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-27 Thread pcg
On Thu, Feb 27, 2003 at 02:04:51PM +0100, Raphaël Quinet <[EMAIL PROTECTED]> wrote: > Note that I am not engaging in any kind of Perl-bashing here: Perl is my Indeed, you aren't. However, you get a lot of things wong: > - Gimp-Perl is broken and is not maintained Well, I don't know of anything l

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-27 Thread Raphaël Quinet
On Thu, 27 Feb 2003 14:37:36 +0100, Valter Mazzola <[EMAIL PROTECTED]> wrote: > Dear Raphaël > > can you make an example script that calls a script-fu- logo scripts and save it? > > for example this one doesn't save correctly the image: > > (begin > (let* > ( > (image

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-27 Thread Valter Mazzola
Dear Raphaël can you make an example script that calls a script-fu- logo scripts and save it? for example this one doesn't save correctly the image: (begin (let* ( (image (car ( (script-fu-alien-glow-logo "hello hello" 150 "-*-utopia-bold-r-*-*-150-*-*-*-*-*-*-*"

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-27 Thread Raphaël Quinet
On Wed, 26 Feb 2003 22:24:13 +0100, Valter Mazzola <[EMAIL PROTECTED]> wrote: > ok but io want to create logos using existing script-fu logo script? > it's possible Yes. One solution that does work with the current and future versions of the GIMP is to write your whole script in Script-Fu.

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-26 Thread pcg
On Wed, Feb 26, 2003 at 10:24:13PM +0100, Valter Mazzola <[EMAIL PROTECTED]> wrote: > i'm using mandrake 9.0 and gimp 1.2.3 , removed mail() in exit, > but the saved logo is totally different than the gimp do interactively. Try to call flatten on the resulting image before saving ($image->flatten

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-26 Thread pcg
On Wed, Feb 26, 2003 at 07:53:31PM +0100, Sven Neumann <[EMAIL PROTECTED]> wrote: > > I would prefer if people who could know it better would stop > > claiming such bullshit. The perl-syntax is well-documented, and even > > if you insist on using the rather idiotic PDB-syntax, it does work. > > so

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-26 Thread Valter Mazzola
i'm using mandrake 9.0 and gimp 1.2.3 , removed mail() in exit, but the saved logo is totally different than the gimp do interactively. >The only solution is to avoid script-fu whereever possible. It has been >horribly buggy since many years (I don't remember it being working >ever). But obvious

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-26 Thread Sven Neumann
Hi, writes: > I would prefer if people who could know it better would stop > claiming such bullshit. The perl-syntax is well-documented, and even > if you insist on using the rather idiotic PDB-syntax, it does work. sorry, I heard that it wouldn't work and I remembered the PDB explorer to docum

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-26 Thread pcg
On Mon, Feb 24, 2003 at 06:38:42PM +0100, Sven Neumann <[EMAIL PROTECTED]> wrote: > I'd say the bug is in your script. But then you could argue that the > bug is in gimp-perl since it's syntax defers from the one that is > documented :-( I would prefer if people who could know it better would stop

Re: [Gimp-developer] perl-fu : cannot save image

2003-02-24 Thread Sven Neumann
Hi, Valter Mazzola <[EMAIL PROTECTED]> writes: > This script isn't able to save correctly the logo in png format, > i've tried othe formats but seesm there are bug in gimp. I'd say the bug is in your script. But then you could argue that the bug is in gimp-perl since it's syntax defers from the

[Gimp-developer] perl-fu : cannot save image

2003-02-24 Thread Valter Mazzola
This script isn't able to save correctly the logo in png format, i've tried othe formats but seesm there are bug in gimp. I'm using GIMP version 1.2.3, Mandrake Linux 9.0. thanks, valter -- #!/usr/local/bin/perl use Gimp ":auto"; use Gimp: