Is it possible to convert an image, or batch of images, to a .xcf or .psd file? Using ImageMagick's convert tool didn't work, but so far my attempts to look at doing this using gimp from the command line have been unsuccessful.
A:
I've been looking for this too. ImageMagick can read xcf but not write.
darth happyface
2010-09-08 23:16:02
A:
An answer can now be found here http://www.gimptalk.com/forum/batch-convert-xcf-to-png--p358679.html#p358679
It's a script that batch converts to any file format that gimp can read. Just substitute ".xcf" on line 2 and ".png" on line 6 for whatever file formats you need