[solved!] cannot convert psd created with CS3

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
yosaku

[solved!] cannot convert psd created with CS3

Post by yosaku »

Hello
I am using ImageMagick's convert command line tool to convert some files into jpg.
(mainly psd files)
All used to work fine but recently i get the following error:
convert: memory.c:88: AcquireMemory: Assertion `size != 0'

this seem to happen only with psd files created by CS3.
my command line is like this:
/usr/bin/convert cut1.psd JPG:cut1.jpg
I am using the following version:
ImageMagick 5.5.6 04/01/03 Q16 http://www.imagemagick.org

here is a link to some sample files:
http://www.yaramaika.net/images/cut/cut1.psd
http://www.yaramaika.net/images/cut/cut2.psd

i am not sure if this is a bug or not, and i would appreciate any help
Thanks in advance, regards
R.G.
Last edited by yosaku on 2008-04-14T10:30:17-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: bug? cannot convert psd created with CS3

Post by magick »

Unfortunately we cannot reproduce the problem you posted. We're using ImageMagick 6.4.0-3, the current release.
yosaku

Re: bug? cannot convert psd created with CS3

Post by yosaku »

Hello.
sorry for the late answer.
I tried to upgrade to the latest version (6.4) and indeed, it works fine.
thank you very much for your help
regards
Post Reply