Page 1 of 1

Create layered xcf-files?

Posted: 2010-01-15T08:09:32-07:00
by rylander
First, can you create xcf files as well as read them in ImageMagick?

If so, how can I create layered xcf's from a selection of images? (take 5 png's, create an xcf with the images as layers in it.)

Re: Create layered xcf-files?

Posted: 2010-01-15T11:24:56-07:00
by fmw42
type

convert -list format

on my system it shows

XCF* XCF r-- GIMP image

* native blob support
r read support
w write support
+ support for multiple images
freds-mac-mini:~ fred$

since it is not rw+ , you can apparently only read that format.