このスクリプトを使用して、特定のスクリプトを使用して .PSD を変換してみます。
これは私のコードです:
@echo off
set gimp="c:\Program Files\GIMP 2\bin\gimp-console-2.8.exe"
%gimp% -i -b '(flatten-layer-groups 1 test.psd)' -b '(gimp-quit 0)'
しかし、彼は次のエラーで機能しません:
(gimp-console-2.8.exe:1336): LibGimpBase-WARNING **: gimp-console-2.8.exe: gimp_
wire_read(): error
GIMP-╬°шсър: ═хтючьюцэю юЄъЁ√Є№ 'c:\Work\Test\1': No such file or directory
GIMP-╬°шсър: ═хтючьюцэю юЄъЁ√Є№ 'c:\Work\Test\test.psd)'': No such file or direc
tory
GIMP-╬°шсър: ═хтючьюцэю юЄъЁ√Є№ 'c:\Work\Test\0)'': No such file or directory
私を助けてください!ありがとうございました!