Hi,
I have a problem when I try to convert a PSD file. I have ImageMagick 6.4.5-Q16 and I run the following command:
Code: Select all
convert -flatten TestFile_PSD.psd TestFile_JPG.jpg
and the JPG file is all distorted. The PSD file contains some layers, so I thought that maybe flattening them would be a good idea. When I run:
Code: Select all
convert TestFile_PSD.psd TestFile_JPG.jpg
I get a couple of JPG files, and only the first one looks good, the other ones are all distorted, and on a closer look the first one is not correct either.
I also tried to do a re-save:
Code: Select all
convert -TestFile_PSD.psd test.psd
and that file was all corrupted when I tried it in Photoshop and also when I tried to convert the re-saved PSD to an JPG it was all corrupted.
My test file is here:
http://www.gigasize.com/get.php?d=xn4br523tnd
thanks,
Niklas Ekman