Page 1 of 1

How can log the behavior of IM?

Posted: 2011-08-09T19:26:30-07:00
by super_chao
I am developing a image optimization project with ImageMagick, but met some segment fault and assert errors. So I want to log the behaivor of IM. How can I do this ? There is a file named log.c and log.h, what should be configured for the log ?

Re: How can log the behavior of IM?

Posted: 2011-08-09T19:48:27-07:00
by magick
Add -debug all to your ImageMagick command line to generate a log. You can modify the log parameters in the log.xml configuration file.