PSB support
Posted: 2008-12-11T09:30:30-07:00
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.
(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
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");
$ identify.exe -version
Version: ImageMagick 6.4.7 2008-12-09 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC