Code: Select all
convert layers.psd -background red layers1.psdwhich is not usable in Photoshop (tested with CS4), error mesage "incompatible version".
If I fiddle with the -layers" option all works fine though:
Code: Select all
convert layers.psd -background red -layers merge layers2.psdThanks for your support
Axel