I\'m using ImageMagick to extract layers from a PSD, and it gets them all out fine with:
convert image.psd image-%d.png
But the resulting PNG i
I use this command line to do what are describing:
convert.exe .psd -set dispose Background -coalesce .png