Hi,

On Thu, 2007-11-08 at 15:17 +0000, Sam Kuper wrote:

> gimp-2.4 -i -b '(batch-CUPify "*.png")' '(gimp-quit 0)'

The correct syntax to pass multiple batch commands to GIMP 2.4 is:

 gimp-2.4 -i -b '(batch-CUPify "*.png")' -b '(gimp-quit 0)'

In other words, only one command per --batch or -b option. But you may
use this option several times.


Sven


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

Reply via email to