Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2005 00:54:06 -0500
From:      <mappolonia@appolosecure.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   gs: not found Image Magick
Message-ID:  <00d801c4feb4$76546fb0$6900a8c0@madesktop>

next in thread | raw e-mail | index | archive | help
I can execute Image Magick convert PDF to jpg from shell with no =
problem.  If I try from PHP script, like this:

<?
exec("/usr/local/bin/convert test.pdf test.gif");
?>

I get the following errors:

gs: not found
convert: Postscript delegate failed `test.pdf'.
convert: missing an image filename `norden.gif'.

If I try to convert non-pdf files in php script, it works OK.

Any help would be great!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00d801c4feb4$76546fb0$6900a8c0>