[Gimp-developer] Win 32 port and batch mode..
Jason Maskell writes: > I am trying to get batch mode to work in the 1.2.0 win 32 > port... It doesn't seem to be doing anything at all.. Also, the -h > argument does nothing. Was command line support disabled in the > win32 port or something? Yes, there are various problems with command line support on Windows. Not the least being the braindead and largely undocumented behaviour of command.com or cmd.exe with respect to quoting. In app/batch.c reading batch commands from stdin is #ifdeffed away on Win32. It might be that it could be made to work nowadays, after the latest rewrite of the GLib IO Channel code for Win32. --tml ___ Gimp-developer mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer
[Gimp-developer] Win 32 port and batch mode..
I am trying to get batch mode to work in the 1.2.0 win 32 port... It doesn't seem to be doing anything at all.. Also, the -h argument does nothing. Was command line support disabled in the win32 port or something? The reason I ask this on the developers list is that I just wanted to get it from the horses mouth, so to speak.. If I have to crack open the source and compile it, I will do so. ;> Also, the tutorial I read said that batch mode currently didn't support color processing '(12 12 12) - does it do so yet? Cheers, Jason