Re: [Gimp-user] Run GIMP in batch mode ... HOW ?

2006-01-18 Thread Stephan Hegel
Hi, There is a package called "batchgimp" on freshmeat. Basically it includes Perl scripts with embedded Script-Fu. I modified and used it once to convert a bunch of images to the Gimp pattern format (which cannot be done by Imagemagick, unfortunately). Another choice could be David's Batch Proc

Re: [Gimp-user] Run GIMP in batch mode ... HOW ?

2006-01-18 Thread Michael Schumacher
> Von: KC <[EMAIL PROTECTED]> > Thanks for the info. Is it possible not to use script-fu ? Any other > language binding is supported by GIMP ? You can write the script or plug-in that does the actual processing in C, C++, Python or Perl (and maybe any other langage that creates executables and

Re: [Gimp-user] Run GIMP in batch mode ... HOW ?

2006-01-18 Thread Michael Schumacher
> Von: KC <[EMAIL PROTECTED]> > Can I run GIMP in batch mode ? Yes. > How to do that ? Any example, tutorial will be appreciated. You could follow the batch tutorial on www.gimp.org, for example: http://www.gimp.org/tutorials/Basic_Batch/ BTW, you didn't really search for this, did you? HT

Re: [Gimp-user] Run GIMP in batch mode ... HOW ?

2006-01-17 Thread Dave Kuhlman
On Wed, Jan 18, 2006 at 11:15:55AM +0800, KC wrote: [snip] > > > > On 1/18/06, wahgnube <[EMAIL PROTECTED]> wrote: > > KC wrote: > > > Hi, > > > > > > Can I run GIMP in batch mode ? For example, I want > > > to invoke GIMP from my application (written by C) via > > > UNIX's pipe (or popen in C

Re: [Gimp-user] Run GIMP in batch mode ... HOW ?

2006-01-17 Thread KC
Hi, Thanks for the info. Is it possible not to use script-fu ? Any other language binding is supported by GIMP ? The language used by script-fu is ... looks difficult to me :-( Regards KC On 1/18/06, wahgnube <[EMAIL PROTECTED]> wrote: > KC wrote: > > Hi, > > > > Can I run GIMP in batch mod

[Gimp-user] Run GIMP in batch mode ... HOW ?

2006-01-17 Thread KC
Hi, Can I run GIMP in batch mode ? For example, I want to invoke GIMP from my application (written by C) via UNIX's pipe (or popen in C) ... How to do that ? Any example, tutorial will be appreciated. Thanks Regards KC ___ Gimp-user mailing list Gi