Re: [Gimp-user] HDR 48 bit JPEG

2010-06-14 Thread Alexandre Prokoudine
On 6/15/10, Jon Trepte wrote: > Hi, > > Will 48 bit JPEG (12 bits/chan) be supported in the near > future? The only way to ensure that is to do that :) No, it's unlikely to have HD JPEG supported in GIMP with full bit depth any time soon. Alexandre Prokoudine http://libregraphics

[Gimp-user] HDR 48 bit JPEG

2010-06-14 Thread Jon Trepte
Hi, Will 48 bit JPEG (12 bits/chan) be supported in the near future? ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

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

2010-06-14 Thread saulgoode
Quoting John Dey : > Here I am now: > > (define (round-corners filein fileout) > (let* ((image (car (gimp-file-load RUN-NONINTERACTIVE filein filein))) >(drawable (car (gimp-image-get-active-layer image > (script-fu-round-corners RUN-NONINTERACTIVE > ... When a Script-fu calls an

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 : > >> 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-

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

2010-06-14 Thread saulgoode
Quoting John Dey : > 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 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

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

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! > > (

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

[Gimp-user] script: round-corners

2010-06-14 Thread John Dey
Hi everybody, I have a slew of jpg pictures that I would like to round corners and place a drop shadow on. I google'ed and am at an impasse. I need help. I have provided some of the details below. Thanks in advance for you assistance. Details: ro...@robo4:~/Desktop$ uname -a Linux robo4 2.