06-09-2023, 04:53 AM
(06-08-2023, 08:29 AM)Ofnuts Wrote: This line isn't meant for the Python console. It is used to invoke Gimp from a command prompt (CMD.EXE, DOS shell, "black screen", etc...)
Running everything in the Python console is possible too. Copy-paste the definition of the run() and process() methods in the Python console, and then call run('/path/to/directory') in that same Python console.
how do i access the command prompt?