How to convert XCF to PNG using GIMP from the command-line?
Before jsbueno posted his answer I had also tried asking on the #gimp IRC channel. I was directed to this thread on Gimptalk which contains the following code: gimp -n -i -b – <<EOF (let* ( (file’s (cadr (file-glob “*.xcf” 1))) (filename “”) (image 0) (layer 0) ) (while (pair? file’s) (set! image (car (gimp-file-load … Read more