Cannot read properly simple psd file with ImageMagick 6.9.1-7
Posted: 2015-07-08T07:41:33-07:00
Input image is here: https://www.dropbox.com/s/swc28z9jtrcey ... o.psd?dl=0
It should show text "Hello!" on transparent background. The file can be read properly with Gimp 2.8.10 and Photoshop CS6.
Here shows the warnings from Windows command:
There are no warning/error output with the same command above from IM 6.9.1-6 on Windows and 6.9.1-3 in Cygwin - using grep instead, both of which show properly the image with display command.
Best wishes,
It should show text "Hello!" on transparent background. The file can be read properly with Gimp 2.8.10 and Photoshop CS6.
Here shows the warnings from Windows command:
Code: Select all
C:>identify -version
Version: ImageMagick 6.9.1--7 Q16 x86 2015-07-04 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenMP
Delegates (built-in): bzlib cairo freetype jng jp2 jpeg lcms lqr openexr pangoca
iro png ps rsvg tiff webp xml zlib
C:>identify -verbose Hello.psd | find /I "warning"
identify.exe: CompressionNotSupported '8239' @ warning/psd.c/ReadPSDChannel/1098.
identify.exe: CompressionNotSupported '15420' @ warning/psd.c/ReadPSDChannel/1098.
identify.exe: CompressionNotSupported '65280' @ warning/psd.c/ReadPSDChannel/1098.
Best wishes,