Re: [Gimp-developer] Gimp-Python with no ui? (external script)

2006-04-01 Thread Ministeyr
Manish Singh wrote: By the way, I thought the batch mode only understood scheme, so it would make the whole thing even more complicated. One line of scheme to call your python script won't increase the complexity appreciably. The problem is that if i have huge lists and complex python

Re: [Gimp-developer] Gimp-Python with no ui? (external script)

2006-04-01 Thread Ministeyr
Carol Spears wrote: i asked because i put instructions of how to do this online. i have a crontab that runs gimp. that being said, it has been running for so long now, i have no idea what sort of mess it is making, but it was all so easy that it was a pleasure to put the instructions online.

Re: [Gimp-developer] Gimp-Python with no ui? (external script)

2006-04-01 Thread Carol Spears
On Sat, Apr 01, 2006 at 03:01:31PM +0200, Ministeyr wrote: Carol Spears wrote: i asked because i put instructions of how to do this online. i have a crontab that runs gimp. that being said, it has been running for so long now, i have no idea what sort of mess it is making, but it was all

Re: [Gimp-developer] Gimp-Python with no ui? (external script)

2006-04-01 Thread Manish Singh
On Sat, Apr 01, 2006 at 02:58:12PM +0200, Ministeyr wrote: Manish Singh wrote: By the way, I thought the batch mode only understood scheme, so it would make the whole thing even more complicated. One line of scheme to call your python script won't increase the complexity appreciably.

Re: [Gimp-developer] Gimp-Python with no ui? (external script)

2006-03-30 Thread Carol Spears
On Thu, Mar 30, 2006 at 03:31:12PM +0200, Ministeyr wrote: I need to make an external Python administration script, wich occasionnally uses gimp functionnality (especially to convert to/from xcf files). Is there a way to use this functionnality without starting the ui? I need something

Re: [Gimp-developer] Gimp-Python with no ui? (external script)

2006-03-30 Thread Ministeyr
what os will you be using this on? carol I'm developping it for and under a Debian-testing system (on amd k7), and plan to use it possibly also on an Ubuntu Linux. I won't need windows support. Ministeyr ___ Gimp-developer mailing list

Re: [Gimp-developer] Gimp-Python with no ui? (external script)

2006-03-30 Thread Manish Singh
On Thu, Mar 30, 2006 at 07:59:08PM +0200, Ministeyr wrote: Just write a pygimp script normally, and call it via gimp's batch mode. -Yosh I would prefer another solution, since I have some processing to do in the external script and possibly a bunch of data to transfer back and forth, so