Page 1 of 1

Assertion failure reading PSD image in 6.5.0-6

Posted: 2009-03-23T14:17:29-07:00
by rmagick
An RMagick user reports the following assert:

Code: Select all

$ display -version imperial_name_bar_Black.psd
Version: ImageMagick 6.5.0-6 2009-03-23 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

display: magick/blob.c:2568: ReadBlob: Assertion `image->blob->type != UndefinedStream' failed.
Aborted
This worked in 6.5.0-3. The user reported it in 6.5.0-5. Please let me know if you need any more information.

Here's the test image:
http://home.roadrunner.com/~foxhunter/i ... _Black.psd

Re: Assertion failure reading PSD image in 6.5.0-6

Posted: 2009-03-23T19:36:19-07:00
by magick
We have a patch for the problem you reported. Look for it in the Subversion trunk and the next point release.

Re: Assertion failure reading PSD image in 6.5.0-6

Posted: 2009-03-24T04:17:04-07:00
by rmagick
Thanks! I'll pass this along.

Re: Assertion failure reading PSD image in 6.5.0-6

Posted: 2009-03-25T15:41:25-07:00
by rmagick
I confirmed that this is fixed in 6.5.0-8. Thanks for the quick turnaround!