I'm trying to extract images from my PSD using this command :
convert my_file.psd extracted/image-%d.png
The problem is some pictures are perfectly extracted, but about 60% are not. Here is a sample of what I get : http://dl.dropbox.com/u/78906691/image-93.png
Please help me.