[Gimp-user] Error on the bash command line

2011-04-27 Thread paynekj
I think that what you've done is fine up to a point. When the drop-shadow is created, it's put onto it's own layer, so your image now has two layers, BUT when you then set the drawable to the active layer: (set! drawable (car (gimp-image-get-active-layer image))) and save that layer ONLY: (gimp

Re: [Gimp-user] Error on the bash command line

2011-04-25 Thread houghi
On Tue, Apr 19, 2011 at 06:14:39PM +0200, houghi wrote: > I am very well aware of that. It is also hard to ask when you don't > understand what you are asking. ;-) I hate questions like "It doesn't > work!" and I hate myself for coming across like that. OK. Status update: Things work, but not due

Re: [Gimp-user] Error on the bash command line

2011-04-19 Thread houghi
On Tue, Apr 19, 2011 at 02:00:11AM -0700, Patrick Horgan wrote: >   I assume from your previous emails that you understand fuzzyborder and its > arguments.   I do. At least I understand the arguments > Unfortunately, it's written to work with an image in gimp, not a > file on the harddisk.  O

Re: [Gimp-user] Error on the bash command line

2011-04-19 Thread Patrick Horgan
On 04/16/2011 04:36 AM, houghi wrote: On Wed, Apr 06, 2011 at 06:15:52PM -0700, Patrick Horgan wrote: The command and output is: houghi@penne : gimp --verbose --batch-interpreter plug-in-script-fu-eval -i -b "(script-fu-fuzzy-border \"file.jpg\

Re: [Gimp-user] Error on the bash command line

2011-04-16 Thread houghi
On Wed, Apr 06, 2011 at 06:15:52PM -0700, Patrick Horgan wrote: > The command and output is: > houghi@penne : gimp --verbose --batch-interpreter > plug-in-script-fu-eval -i -b "(script-fu-fuzzy-border \"file.jpg\" '(0 0 0) > 50 0 16 FALSE 1 FALSE)" -b '(gimp-quit 0)' > > This

Re: [Gimp-user] Error on the bash command line

2011-04-07 Thread houghi
On Thu, Apr 07, 2011 at 12:31:44AM -0700, Patrick Horgan wrote: > I opened a bug and attached a patch to fix the minor problems in > fuzzyborder.scm. > > https://bugzilla.gnome.org/show_bug.cgi?id=646993 Thanks. houghi -- > This is written under the influence of tv channel > Vijf TV (as there w

Re: [Gimp-user] Error on the bash command line

2011-04-07 Thread Patrick Horgan
On 04/06/2011 10:51 PM, houghi wrote: > ... elision by patrick ... > > As these were scripts that were provided by my distro, I assume they are > somewhat 'standard' for GIMP. To know there are errors in it, is perhaps > more importand to solve then me getting errors. > Perhaps a good time to ov

Re: [Gimp-user] Error on the bash command line

2011-04-06 Thread Patrick Horgan
On 04/06/2011 10:51 PM, houghi wrote: > On Wed, Apr 06, 2011 at 06:15:52PM -0700, Patrick Horgan wrote: >> gimp -i -c -d -b '(batch_fuzzy_border "./alyssa01.jpg" "pink" 40 TRUE 10 >> TRUE 50) ' -b '(gimp-quit 0)' >> >> just worked for me with the

Re: [Gimp-user] Error on the bash command line

2011-04-06 Thread houghi
On Wed, Apr 06, 2011 at 06:15:52PM -0700, Patrick Horgan wrote: > gimp -i -c -d -b '(batch_fuzzy_border "./alyssa01.jpg" "pink" 40 TRUE 10 > TRUE 50) ' -b '(gimp-quit 0)' > > just worked for me with the attached versions of batchfuzzy.scm and > fuzzyborder.scm using GNU Image Manip

Re: [Gimp-user] Error on the bash command line

2011-04-06 Thread Patrick Horgan
On 04/06/2011 06:00 PM, Patrick Horgan wrote: On 04/06/2011 12:09 PM, houghi wrote: ...elision by patrick... I am still looking for a solution. :-( I looked at http://www.gimp.org/tutorials/Basic_Batch/ and that worked. So it must be something to do with eithe

Re: [Gimp-user] Error on the bash command line

2011-04-06 Thread Patrick Horgan
On 04/06/2011 12:09 PM, houghi wrote: > ...elision by patrick... > I am still looking for a solution. :-( > I looked at http://www.gimp.org/tutorials/Basic_Batch/ and that worked. So > it must be something to do with either the parameters or the way I place > them on the command line. > > I looked

Re: [Gimp-user] Error on the bash command line

2011-04-06 Thread houghi
On Wed, Apr 06, 2011 at 10:30:25PM +0200, paynekj wrote: > Perhaps you could have checked back on Gimp Talk where you cross-posted this > question: > http://www.gimptalk.com/index.php?/topic/49810-script-error-on-the-prompt-line/page__pid__379040#entry379040 > > As I answered it there! I do appo

[Gimp-user] Error on the bash command line

2011-04-06 Thread paynekj
>Again all google searches I tried either point me to making my own >script-fu, which do not need, as I use existing ones or people asking the >same question, without an answer. >Please, please help me. >houghi Perhaps you could have checked back on Gimp Talk where you cross-posted this ques

Re: [Gimp-user] Error on the bash command line

2011-04-06 Thread houghi
On Sun, Apr 03, 2011 at 01:33:32PM +0200, houghi wrote: > On Sun, Apr 03, 2011 at 01:05:53PM +0200, Ofnuts wrote: > > > > On 04/03/2011 11:25 AM, houghi wrote: > > > -b --verbose > > Shouldn't that be --verbose -b? > > D'oh! > I added it as nothing happend and only linited errors where given. The

Re: [Gimp-user] Error on the bash command line

2011-04-03 Thread houghi
On Sun, Apr 03, 2011 at 01:05:53PM +0200, Ofnuts wrote: > > On 04/03/2011 11:25 AM, houghi wrote: > > -b --verbose > Shouldn't that be --verbose -b? D'oh! I added it as nothing happend and only linited errors where given. There still is something not right: batch command experienced an execution

Re: [Gimp-user] Error on the bash command line

2011-04-03 Thread Ofnuts
On 04/03/2011 11:25 AM, houghi wrote: > -b --verbose Shouldn't that be --verbose -b? ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

[Gimp-user] Error on the bash command line

2011-04-03 Thread houghi
Hello, I am running openSUSE 11.4, GIMP 2.6.11 and bash 4.1.10 On my openSUSE 11.3 the following worked: gimp -i -b --verbose '(batch-slide "file.jpg" "FileName" "23")' -b '(gimp-quit 0)' Now I get the following error: GIMP-Error: Opening '/home/houghi/tmp/gimp/test/(batch-slide "file.jpg" "