Re: convert -version
"chris.com" <[email protected]> Thu, 02 Jul 2009 06:14:22 +0200
| Newsgroups | gmane.comp.video.image-magick.bugs |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your prompt answer chriss [email protected] wrote: >> 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. > >