Re: [Gimp-developer] .:: GIMP Command Line Issue ::.

2006-04-19 Thread Sven Neumann
Hi,

"Mohamed Hassan" <[EMAIL PROTECTED]> writes:

>most of the time used to load
>filters/fonts/plug-ins/scripts/extensions
>how can i dont load these extra with me when running batch file & how
>can i use a single instance of GIMP to  run all my command?

Try the --no-data and --no-fonts command-line options. And please
read the man-page.


Sven
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] .:: GIMP Command Line Issue ::.

2006-04-16 Thread Carol Spears
hello,
On Sun, Apr 16, 2006 at 09:43:43AM +0200, Mohamed Hassan wrote:
>  color=#80 size=2>HI
> iam making a utility 
> to do batch processing for blur filters (command Line) using GIMP,i have 
> tried the batch and it is working fine, but it takes around 30 seconds to run 
> on my 
> machine (I have a 3GHz processor, 1GB ram, windowsXP?)?? face=Arial color=navy size=2>When I use the Windows interface for GIMP, it doesn?t 
> take more than a couple of seconds at max to apply  face=Arial color=navy size=2>any of the blur filters (so it is not a machine issue?). 
> 
> most of the time used to load 
> filters/fonts/plug-ins/scripts/extensions
> how can i dont load these extra with 
> me when running batch file & how can i use a single instance of GIMP 
> to  run all my command?
> Thanks
> 

i apologize for not stripping the irrelevant stuff from this email.

the way i have run gimp from the commandline and had it perform many
tasks in one instance is to write a script for it.  win-gimp has a
script-fu interpreter for this.  i am using linux so i get python.

an application that is available for doing these tasks from the command
line is ImageMagick although the difference between learning to run this
from the commandline and writing script-fu for gimp might be small.

carol

___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer