Web page blank after install imagemagick

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?".
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Web page blank after install imagemagick

Post by anthony »

More than likely the web programs do not have the right environment and command path to find all the utilties it needs. Check the error log and try to find out how it is trying to use the package. Then try to verify the package exists by doing the same thing directly.

Rememeber the web server runs in a completely different enviroment to normal users.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply