Create layered xcf-files?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rylander
Posts: 9
Joined: 2009-11-30T02:37:18-07:00
Authentication code: 8675309

Create layered xcf-files?

Post 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.)
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Create layered xcf-files?

Post 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.
Post Reply