Moin,
Ich will mit gimp eine Filekonvertierung durchführen und zwar auf der Konsole, ohne GUI. Ich habe dann etwas im Indernett gesucht nach der Verwendung der Funktionen. Es sind dies file-png-save-defaults und file-xjt-load. Folgende Kommandozeile habe ich gefunden, die aber nicht tut:
hille@drachi:~/t1$ gimp -i -b '(file-png-save-defaults 1 (car (file-xjt-load 1 "okt0047.xjt" "okt0047.xjt")) (car (gimp-image-active-drawable (car (file-xjt-load 1 "okt0047.xjt" "okt0047.xjt)))) "a.png" "a.png"))' '(gimp-quit 0)' No batch interpreter specified, using the default 'plug_in_script_fu_eval'. batch command: experienced an execution error.
Da ich nicht so richtig einsah, was dieses doppelte load soll, habe ich auch mal eine verkürzte Variante verwendet, die aber auch nicht tut.
hille@drachi:~/t1$ gimp -i -b '(file-png-save-defaults 1 (car (file-xjt-load 1 "okt0047.xjt" "okt0047.xjt")) a.png)' '(gimp-quit 0)' No batch interpreter specified, using the default 'plug_in_script_fu_eval'. tar: ../okt0047.xjt: Cannot open: No such file or directory tar: Error is not recoverable: exiting now GIMP compressed XJT image: Error: Could not read XJT property file '/home/hille/.gimp-2.2/tmp/gimp_temp_98750..tmpdir/PRP'.
batch command: experienced an execution error.
das File ist aber da.
hille@drachi:~/t1$ file okt0047.xjt okt0047.xjt: POSIX tar archive
Nicht verwirren lassen, dieses File ist ein tar ball der das Bild und einige Informationen über Layer enthält, die anderenfalls nicht vom JPEG-Format unterstützt werden würden.
Zu Hülf, Hilmar