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.)
Create layered xcf-files?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Create layered xcf-files?
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.
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.