views:

28

answers:

2

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
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