I'm trying to run convert over a psd to create a png per layer. Running
$ convert psdname.psd output.png
creates the right number of pngs, but the content is totally garbled - like horizontal lines running across the screen
https://i.stack.imgur.com/xuQc7.jpg
I thought it might be a colorspace issue (the psd is in CMYK) but adding -colorspace doesn't do anything. I'm totally at a loss