Re: convert -version
[email protected] Tue, 30 Jun 2009 16:16:17 -0700
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
> In the ubuntu 6.4.5 version however the return code is 1
That's a bug which was fixed some time ago. From the ChangeLog:
2009-03-01 6.4.9-9 Cristy <quetzlzacatenango@image...>
* Convert returns MagickFalse for the -version option (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=13230).
> Maybe there is a better way to determine whether ImageMagick is installed?
You're using autoconf right? If so you can use AC_PATH_PROG() to determine
if convert is installed on the system.