Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
G4XTR
Post
by G4XTR » 2009-04-20T09:48:18-07:00
$command = "convert /opt/local/bin/doc.jpg /opt/local/bin/img.pdf";
$output = shell_exec($command);
echo "<br>Shell Output:";
echo($output);
What does the shell respond?
Btw, your first jpg is called img, the other test. Also look at the file link, are both images in the same folder?
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Contact:
Post
by fmw42 » 2009-04-20T10:46:57-07:00
did you recompile IM after installing Ghostscript?
check if IM recognizes Ghostscript
convert -list configure
See line starting with DELEGATES. It should include gs
Do you have more than one Ghostscript installed?
Check your install logs to see if there were any errors in compiling Ghostscript or if IM thinks it was fully installed.
Users browsing this forum: Ahrefs [Bot] , Amazon [Bot] , Bing [Bot] , Google [Bot] and 2 guests