Page 1 of 1

WriteBlob: Assertion `image->blob->type != UndefinedStream'

Posted: 2010-05-05T10:08:20-07:00
by hunterford
Hi Guys,

I'm getting this vague error trying to convert a PSD to stdout.

I've tried converting to a file (instead of stdout) using different output formats, but it always seems to raise this error. It works fine on a clean install on my Macintosh (10.6). The error I'm receiving is on a fresh install on Fedora Core 8.

Code: Select all

[python-server] html $ /usr/local/bin/convert /var/www/html/media/uploads/2010/3/3/testPSD.psd png:-     
convert: magick/blob.c:3871: WriteBlob: Assertion `image->blob->type != UndefinedStream' failed.
Aborted
I'm also occasionally receiving this:

Code: Select all

[Wed May 05 13:04:07 2010] [error] convert: unable to open image `png:-':  @ error/blob.c/OpenBlob/2491.
Thanks again for your help.

Re: WriteBlob: Assertion `image->blob->type != UndefinedStre

Posted: 2010-05-07T07:08:05-07:00
by magick
Which version of ImageMagick are you using? Can you post a URL so we can download your PSD image and see if we can reproduce the problem?