Ho to trace Imagemagick

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
manoweb
Posts: 3
Joined: 2015-10-09T10:52:07-07:00
Authentication code: 1151

Ho to trace Imagemagick

Post by manoweb »

Hello, I am seeing some unexpected performance issues when comparing two different "convert" command lines (as explained here: viewtopic.php?f=1&t=28482 ) so I was wondering if it's possible to "trace" the execution of a particular command line to see how exactly ImageMagick interprets it and what I can do to improve it. Is gdb and debug symbols my only option?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Ho to trace Imagemagick

Post by fmw42 »

I do not know if this will help, but see -debug at http://www.imagemagick.org/Usage/basics/#controls
Post Reply