Page 1 of 1

Cannot convert PSD

Posted: 2017-09-21T08:59:34-07:00
by kinger
magick.exe identify 2.psd
2.psd[0] PSD 3000x3000 3000x3000+0+0 8-bit sRGB 27.1608MiB 0.047u 0:00.047
2.psd[1] PSD 3000x3000 3000x3000+0+0 8-bit sRGB 27.1608MiB 0.000u 0:00.003
2.psd[2] PSD 3000x3000 3000x3000+0+0 8-bit sRGB 27.1608MiB 0.000u 0:00.004
2.psd[3] PSD 2743x738 2743x738+125+944 8-bit sRGB 27.1608MiB 0.000u 0:00.006
2.psd[4] PSD 2743x738 2743x738+125+944 8-bit sRGB 27.1608MiB 0.000u 0:00.007
2.psd[5] PSD 1560x219 1560x219+629+1452 8-bit sRGB 27.1608MiB 0.000u 0:00.010
2.psd[6] PSD 1560x219 1560x219+629+1452 8-bit sRGB 27.1608MiB 0.000u 0:00.013

magick convert "2.psd[0]" -resize 640x480 "out.jpg"
convert: CompressionNotSupported '39422' @ warning/psd.c/ReadPSDMergedImage/1914.
convert: unable to decompress image `2.psd' @ error/psd.c/ReadPSDChannel/1404.
convert: no images defined `out.jpg' @ error/convert.c/ConvertImageCommand/3275.

magick -version
Version: ImageMagick 7.0.7-3 Q8 x64 2017-09-18 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo flif freetype jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib

Re: Cannot convert PSD

Posted: 2017-09-21T18:44:15-07:00
by fmw42
For us to help, you will need to provide your PSD image. You can upload to some free hosting service that will not change the format and put the ULR here. Alternately, show the results from magick identify -verbose 2.psd. You have probably used some compression method that Imagemagick does not recognize in PSD files and does not support. Or the image may be corrupt in some way.

Re: Cannot convert PSD

Posted: 2017-09-21T23:59:09-07:00
by kinger
Sorry, I think that file is corrupted, successful output from "magick identify 2.psd" confused me.

Nevertheless, here is the link:
https://drive.google.com/open?id=0B6BTc ... UZyWGRqWmM

magick identify -verbose 2.psd
identify: unable to decompress image `2.psd' @ error/psd.c/ReadPSDChannel/1404.