PSB support

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
Sam Fisher

PSB support

Post by Sam Fisher »

Current version ImageMagick does not support PSB files (Photoshop Large Document Format). Will it be supported in the near future?

identify.exe: Improper image header `Untitled-1.psb' @ psd.c/ReadPSDImage/664.

Code: Select all

  if ((count == 0) || (LocaleNCompare(psd_info.signature,"8BPS",4) != 0) ||
      (psd_info.version != 1))
      ThrowReaderException(CorruptImageError,"ImproperImageHeader");
(psd_info.version = 2 for this file type)

$ identify.exe -version
Version: ImageMagick 6.4.7 2008-12-09 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: PSB support

Post by magick »

Can you post a URL to a couple of representative PSB files and we will look into supporting the format. Thanks.
Sam Fisher

Re: PSB support

Post by Sam Fisher »

magick wrote:Can you post a URL to a couple of representative PSB files and we will look into supporting the format. Thanks.
Here:
Untitled-1000x1000-RGB-8bpp.psb (1179 KB)
Untitled-200x200-CMYK-16bpp.psb (344 KB)

Created in PS CS3 (Save As -> PSB)
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: PSB support

Post by magick »

We do not have an ETA on when PSB support will be added to ImageMagick. However, keep in mind that ImageMagick is open-source and anyone can contribute code.
Post Reply