Re: [Gimp-user] Suppressing the "press any character to close this window" message in Script-Fu

2010-08-05 Thread Dillon
ess any character to close >this window" message in Script-Fu > To: Dillon > Cc: gimp-user@lists.xcf.berkeley.edu > Message-ID: <1280780271.2831.2.ca...@bender> > Content-Type: text/plain; charset="UTF-8" > > On Sun, 2010-08-01 at 01:48 -0700, Dillon wrot

Re: [Gimp-user] Suppressing the "press any character to close this window" message in Script-Fu

2010-08-01 Thread Dillon
, wrote: > > > Message: 5 > Date: Sun, 01 Aug 2010 11:01:07 -0400 > From: Kevin Cozens > Subject: Re: [Gimp-user] Suppressing the "press any character to close >this window" message in Script-Fu > To: gimp-user > Message-ID: <4c558c33.9030...@ve3s

[Gimp-user] Suppressing the "press any character to close this window" message in Script-Fu

2010-08-01 Thread Dillon
message that appears when GIMP finishes processing a piece of Script-Fu. I want to suppress that message so that there is no user interaction required. Is this possible in Script-Fu? - Dillon ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU

Re: [Gimp-user] Gimp-user Digest, Vol 94, Issue 25

2010-07-24 Thread Dillon
te: Sat, 24 Jul 2010 11:45:24 -0400 > From: Kevin Cozens > Subject: Re: [Gimp-user] Script-Fu for batch image conversion > To: gimp-user > Message-ID: <4c4b0a94.7010...@ve3syb.ca> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Dillon wrote: > &g

Re: [Gimp-user] Script-Fu for batch image conversion

2010-07-24 Thread Dillon
Sorry for being unclear - when I said "this line" I was referring to: (set! num-layers (car (gimp-image-get-layers newimage))) On Sat, Jul 24, 2010 at 9:50 AM, Dillon wrote: > I think that this line is not returning the number of layers as we're > expecting. I tried

Re: [Gimp-user] Script-Fu for batch image conversion

2010-07-24 Thread Dillon
lost because of this convers ion. script-fu.exe-Warning: The current file has the following number of layers: batch command experienced an execution error (Type any character to close this window) On Sat, Jul 24, 2010 at 9:39 AM, Dillon wrote: > It just says: > > batch command experience

Re: [Gimp-user] Script-Fu for batch image conversion

2010-07-24 Thread Dillon
wrote: > what is the error? > > But you need to declare num-layers and layerID's at the top (like newimage > and drawable) > > Cameron > > On 24/07/2010, at 3:35 PM, Dillon wrote: > > As soon as I add in either of these lines: > > (set! num-layers (car (gimp

Re: [Gimp-user] Script-Fu for batch image conversion

2010-07-23 Thread Dillon
ingtwelve.brickfilms.com Subject: Re: [Gimp-user] Script-Fu for batch image conversion To: gimp-user@lists.XCF.Berkeley.EDU Message-ID: <20100606174615.awibbw09xk44k...@flashingtwelve.brickfilms.com> Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; for

Re: [Gimp-user] Script-Fu for batch image conversion

2010-06-07 Thread Dillon
un 7, 2010 at 4:40 AM, Deniz Dogan wrote: > 2010/6/6 Dillon : > > Someone off-list suggested ImageMagick. Some googling shows this > command: > > convert mulitple.tif single%d.tif > > > > I think this will create multiple files, each representing a page from > the >

Re: [Gimp-user] Script-Fu for batch image conversion

2010-06-06 Thread Dillon
pt-fu. Any strong suggestions on going one way or the other? I'll still do all my manual editing in GIMP, but maybe not any of the batch work ... On Sun, Jun 6, 2010 at 11:03 AM, Dillon wrote: > Thanks Saulgoode, that worked! It solved both of my problems. > Interesting. I'll h

Re: [Gimp-user] Script-Fu for batch image conversion

2010-06-06 Thread Dillon
Thanks Saulgoode, that worked! It solved both of my problems. Interesting. I'll have to puzzle through why it worked later, but now I'm on to my next challenge. The reason I'm writing my own script-fu, rather than using Daves Batch Processor, is that my TIF files are multi-page, and when I load

[Gimp-user] Script-Fu for batch image conversion

2010-06-05 Thread Dillon
Hello folks, I am trying to perform batch conversions of images, including scanned tifs (multi-page), JPGs, and .CR2 raw files. My workflow is as follows: 1) scan/acquire "raw" images to disk 2) batch convert to XCF 3) hand-edit selected XCFs 4) batch convert to flattened JPG/PNG/etc I am workin