convert: magick/blob.c:459: CloseBlob: Assertion `image->

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You did not provide enough information to diagnose the problem. What version of ImageMagick are you using? Which operating system? Which command line arguments did you use? If the problem occurs from custom code you wrote against the ImageMagick API you will need to post a short problem we can download and run to reproduce the problem.
Last edited by magick on 2006-09-15T07:30:38-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The problem seems to be a version skew. Perhaps you are running one version of the command line utilities and a different version of the ImageMagick libraries. Check for more than one version of ImageMagick on your system. Try uninstalling/reinstalling ImageMagick. If all else fails, download the current ImageMagick release, 6.2.9-5, and install it.
Post Reply