windows event log

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
Jonas

windows event log

Post by Jonas »

How can I stop ImageMagick from reporting a whole series of events to the Windows event log. The first few event messages are:

no such element in list `TGA'
no such element in list `ART'
no such element in list `AVI'
no such element in list `AVS'
no such element in list `BMP'
etc

There are probably over 50 of these messages. They get written to the log the first time my program calls MagickReadImage.

I am using ImageMagick-6.3.2-1-Q8-windows-dll.exe.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Check to see if you have an older version of ImageMagick on your system. Recent versions of ImageMagick only report events if the log configuration file, log.xml, sets the log output device to event.
Post Reply