09-28-2017, 03:35 PM
yesterday, i installed diego_enhance_pseudoHDREffect., but, i did not run it.
My goal is to automate the image preprocessing.
Yes, my account is admin.
My laptop is running on windows 10, and, i kept the user name set by the pc-seller.
for this case, the python script is completely void
def GimpFilter.process(InputFile):
I am calling the python-fu script from the command:
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 GimpFilter;GimpFilter.process('" + InputFile +"')"
Thank you for you trial.
My goal is to automate the image preprocessing.
Yes, my account is admin.
My laptop is running on windows 10, and, i kept the user name set by the pc-seller.
for this case, the python script is completely void
def GimpFilter.process(InputFile):
I am calling the python-fu script from the command:
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 GimpFilter;GimpFilter.process('" + InputFile +"')"
Thank you for you trial.