Re: [Gimp-user] register scm script

2008-05-06 Thread Xavier Mas
El Monday 05 May 2008 02:39:57 Kevin Cozens va escriure: Xavier Mas wrote: I can't register the following script when I refresh the server and don't know what's wrong with it. Any suggestions? --- define (uni-img size color) You are missing the ( before 'define' but I will assume that

[Gimp-user] register scm script

2008-05-04 Thread Xavier Mas
Hi list, I can't register the following script when I refresh the server and don't know what's wrong with it. Any suggestions? --- define (uni-img size color) (set! img (car (gimp-image-new- size size RGB))) (set! layer (car (gimp-layer-new img size size RGB layer 1 100 NORMAL)))

Re: [Gimp-user] register scm script

2008-05-04 Thread Kevin Cozens
Xavier Mas wrote: I can't register the following script when I refresh the server and don't know what's wrong with it. Any suggestions? --- define (uni-img size color) You are missing the ( before 'define' but I will assume that is just a cut and past error. (script-fu-menu-register