Sam Kuper wrote:
> I have been having difficulty running the following batch script:
> 
> ; ------------------
> ; BEGIN SCRIPT
> ; ------------------
> 
> (define (batch-CUPify pattern
>               image
>                       drawable)
[snip]
> gimp-2.4 -i -b '(batch-CUPify "*.png")' '(gimp-quit 0)'

I have only taken a quick look at the script. The most obvious problem is that 
you defined it as needing three parameters and only pass it one on the command 
line. Based on what I see in the script and how you are trying to use it you 
don't need the image and drawable parameters.

If you are only going to use this script via batch mode you don't need the 
register block.

-- 
Cheers!

Kevin.

http://www.ve3syb.ca/           |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172      |"Same thing we always do, Pinkutus:
                                 |  Try to assimilate the world!"
#include <disclaimer/favourite> |              -Pinkutus & the Borg
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to