Cannot convert PSD

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
kinger
Posts: 5
Joined: 2015-10-08T23:42:08-07:00
Authentication code: 1151

Cannot convert PSD

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Cannot convert PSD

Post 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.
kinger
Posts: 5
Joined: 2015-10-08T23:42:08-07:00
Authentication code: 1151

Re: Cannot convert PSD

Post 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.
Post Reply