Page 1 of 1

PSB support

Posted: 2008-12-11T09:30:30-07:00
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

Re: PSB support

Posted: 2008-12-11T12:11:15-07:00
by magick
Can you post a URL to a couple of representative PSB files and we will look into supporting the format. Thanks.

Re: PSB support

Posted: 2008-12-12T04:22:53-07:00
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)

Re: PSB support

Posted: 2008-12-12T06:44:45-07:00
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.