Re: [Gimp-user] script: round-corners

2010-06-15 Thread Sven Neumann
On Mon, 2010-06-14 at 20:04 -0400, John Dey wrote: Thanks for the response. I had added the flatten command today but the script still has an execution error. Here is what I have tried: (define (round-corners filein fileout) (let* ((image (car (gimp-file-load RUN-NONINTERACTIVE filein

Re: [Gimp-user] script: round-corners

2010-06-14 Thread John Dey
Hi, I noticed that I had left out the RUN-NONINTERACTIVE in the script-fu-round-corners command. When I added and reran I get the message batch command experienced an execution error. John On Jun 14, 2010, at 10:57 AM, John Dey wrote: Hi everybody, I have a slew of jpg pictures that I

Re: [Gimp-user] script: round-corners

2010-06-14 Thread Sven Neumann
On Mon, 2010-06-14 at 10:57 -0400, John Dey wrote: ro...@robo4:~/Desktop$ gimp -i -b '(round-corners test.JPG test2.JPG)' -b '(gimp-quit 0)' batch command executed successfully Comment: test2.JPG is created but the corners are not rounded and there is no drop shadow! (define

Re: [Gimp-user] script: round-corners

2010-06-14 Thread John Dey
On Jun 14, 2010, at 5:44 PM, Sven Neumann wrote: On Mon, 2010-06-14 at 10:57 -0400, John Dey wrote: ro...@robo4:~/Desktop$ gimp -i -b '(round-corners test.JPG test2.JPG)' -b '(gimp-quit 0)' batch command executed successfully Comment: test2.JPG is created but the corners are not

Re: [Gimp-user] script: round-corners

2010-06-14 Thread John Dey
On Jun 14, 2010, at 5:44 PM, Sven Neumann wrote: On Mon, 2010-06-14 at 10:57 -0400, John Dey wrote: ro...@robo4:~/Desktop$ gimp -i -b '(round-corners test.JPG test2.JPG)' -b '(gimp-quit 0)' batch command executed successfully Comment: test2.JPG is created but the corners are not

Re: [Gimp-user] script: round-corners

2010-06-14 Thread saulgoode
Quoting John Dey js...@optonline.net: Sven, Thanks for the response. I had added the flatten command today but the script still has an execution error. Here is what I have tried: : : (set! drawable (gimp-image-flatten image)) (script-fu-round-corners RUN-NONINTERACTIVE

Re: [Gimp-user] script: round-corners

2010-06-14 Thread John Dey
On Jun 14, 2010, at 8:16 PM, saulgo...@flashingtwelve.brickfilms.com wrote: Quoting John Dey js...@optonline.net: Sven, Thanks for the response. I had added the flatten command today but the script still has an execution error. Here is what I have tried: : : (set! drawable