Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to close gimp with batch command?
#4
And what happens if you redirect standard-out and standard-err to a file:

Code:
"C:\Program Files\GIMP 2\bin\gimp-console-2.8.exe" -idf --batch-interpreter python-fu-eval -b "import sys;sys.path=['.']+sys.path;import PDF;PDF.process('%1','%2');" -b "pdb.gimp_quit(1)" 1>/tmp/gimp_startup.txt 2>&1
Reply


Messages In This Thread
How to close gimp with batch command? - by flixe - 06-19-2017, 01:07 PM
RE: How to close gimp with batch command? - by Kevin - 06-19-2017, 01:39 PM

Forum Jump: