How to programmatically find out ImageMagick install path
How to programmatically find out ImageMagick install path
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?
- 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
Code: Select all
convert -list configure
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/