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.
|
| ||||
|
feedback
|
|
I've been looking for this too. ImageMagick can read xcf but not write. | |||
|
feedback
|
|
An answer can now be found here. Put the following code into a script.
enter code hereIt'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 | ||||
|
feedback
|