Convert PSD file with 32-bit depth

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
developer1
Posts: 1
Joined: 2015-05-19T04:54:36-07:00
Authentication code: 6789

Convert PSD file with 32-bit depth

Post by developer1 »

Hi,

I'm trying to convert psd file to tiff, but getting an error:
convert.exe: improper image header `test.psd' @ error/psd.c/ReadPSDImage/1639
As I understand the problem is because of 32-bit depth of this file. So I would like to know if there is some solution how this file could be converted via IM or it is just unsupported?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Convert PSD file with 32-bit depth

Post by dlemstra »

I think this is unsupported but can you put up a link to your file and also tell the platform and version of ImageMagick? We have made a lot of changes to the PSD reader in the last years.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply