Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

http://imgur.com/6X2T74G

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

share|improve this question
It would probably be a good idea to provide a demo PSD that causes these problems. Plus version information about your ImageMagick and Photoshop. – pixelistik May 16 at 7:29
See this answer: stackoverflow.com/a/769443/517371 ;-) – Tobia May 16 at 19:47

1 Answer

Unfortunately PSD support in open source software has been marginal at best. Gimp can handle PSD files with layers pretty well, it can't work with nested layers though. You still might want to take a look at it since it's highly scriptable and may work for you.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.