How to programmatically find out ImageMagick install path

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
armagan

How to programmatically find out ImageMagick install path

Post by armagan »

I developed a .Net application which uses convert.exe from command-line. How can I found out if the user has IM installed and to where installed?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: How to programmatically find out ImageMagick install path

Post by anthony »

Code: Select all

 convert -list configure
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply