Issue in ImageMagick 6.3.2 Q16

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
chris331335

Issue in ImageMagick 6.3.2 Q16

Post by chris331335 »

We developed a C program to retrieve image but got the following error:

2008-09-20 22:56:07 4824 ERROR: MagickGetImageBlob() from CORE_RL_wand_.dll threw an exception (file ife.c, line 1879)

I want to look into MagickGetImageBlob(), to check what happened in the function.
Can any IM expert tell me how to turn on the IM log to check what happened in MagickGetImageBlob()?

Thanks!
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Issue in ImageMagick 6.3.2 Q16

Post by magick »

MagickGetImageBlob() is a MagickWand wrapper around MagickCore's ImageToBlob(). To see logging set MAGICK_DEBUG to trace. Better would be to compile a debug version of ImageMagick and attach a debugger to it to view the stack trace.
Post Reply